/*
Theme Name: Arnold Jewellers
Theme URI: http://ArnoldJewellers.com.au
Description: Arnold Jewellers
Version: 1.0
Author: Dharmik Shah
Author URI: http://www.pragnatechnosys.com
*/


@import url(http://fonts.googleapis.com/css?family=Kameron:400,700);
*,body{font-family: 'Kameron', serif;font-size:16px;}
/* col 5 part */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* col 5 part end */
.header,.footer{background:#0b2e6e} /* 322664 */ /* 1a164a logobg e65f1c orange */
.menu-wrap{background:#0f244f; background:rgba(15,36,79,0.75); padding:15px 0}
.menu{list-style:none;margin:0;padding:0}
.menu li{float:left;margin:0 5px}
.menu li a{display:block;padding:5px 10px;color:#ffffff;border-radius:5px;text-decoration:none}
.menu li a:hover,.active,.current-menu-item a{background:#e65f1c;}

.logo-wrap{text-align:center;}
#logo {
    color: #e65f1c;
    font-size: 50px;
    margin: 40px auto;
    text-decoration: none;
} 
.logotagline  .textwidget{color:#fff;font-size:16px;padding:15px 0 20px 0}
.content p{font-size:16px;text-align:justify}
.webtitle{text-transform:uppercase;color:#e65f1c;font-size:26px;text-align:center;margin:30px 0}
#ringimg > div > div {margin-top:10px;margin-bottom:10px;}
#ringimg  img {border: 1px solid #cccccc;
    cursor: pointer;
    display: block !important;
    height: auto !important;
    max-width: 140px;
    padding: 5px;
    transition: all 0.2s linear 0s;}
#ringimg  img:hover{opacity:0.85}
#ringimg .widgettitle {display:none}
.wpcf7-submit {
    background:#1a164a;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #ffffff;
    padding: 3px 20px;
}
.wpcf7-submit:hover{
	opacity:0.85;
}
.footer{padding:15px 0;color:#ffffff;text-align:center;margin:40px 0 0 0}

@media (max-width: 480px) {
	input, button, select, textarea{width:100%;}
	#ringimg img{max-width: auto}
}