/*
Theme Name: CWood 2017
Author: iVent Services
Author URI: http://ivent.com.au/
Description: Theme developed for the Coralie Wood OAM
Version: 2.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: red, black, reponsive-layout, bootstrap-3
Text Domain: cwood2017


*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:300,400,700|Pinyon+Script');
/* =WordPress Core[
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 96%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 96%;
    height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
    max-width: 96%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 96%;
    height: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption, .gallery-caption {
    background: none;
    border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.sticky{
    background: rgba(255,255,255,0.1);
}
.bypostauthor{
    font-style: italic;
}
/* ]End WordPress Core
-------------------------------------------------------------- */
/* =Logged In css for admin bar[
-------------------------------------------------------------- */
/*.admin-bar #top-nav-bar {
    top: 32px;
}
.admin-bar #wrapper {
    margin-top: 32px;
}*/

/* ]End Logged In
-------------------------------------------------------------- */

/* =General[
-------------------------------------------------------------- */

html{
    background-color:#D6CAA4;
}
body {
    /*background: #efe1c4;
    background: -moz-linear-gradient(top,  #efe1c4 0%, #c19e67 78%, #b68d4c 79%, #d6caa4 100%);
    background: -webkit-linear-gradient(top,  #efe1c4 0%,#c19e67 78%,#b68d4c 79%,#d6caa4 100%);
    background: linear-gradient(to bottom,  #efe1c4 0%,#c19e67 78%,#b68d4c 79%,#d6caa4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe1c4', endColorstr='#d6caa4',GradientType=0 );*/
    /*background: #f3e2c7;
    background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 66%, #9e7a48 67%, #e9d4b3 100%);
    background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 66%,#9e7a48 67%,#e9d4b3 100%);
    background: linear-gradient(to bottom,  #f3e2c7 0%,#c19e67 66%,#9e7a48 67%,#e9d4b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );*/
    background-attachment: fixed;
    background-color: #f3e2c7;
    background-image: url("images/bg.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    min-height: 100vh;
}
#wrapper {
    /*background-attachment: fixed;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 100%;
    padding: 0;
    width: 1000px;
    overflow: hidden;
}
#wrapper > #container {
    background-color: #f9f6ef;
}

#main-content-wrap {
    padding: 0 40px 30px;
}


.large-icon::before {
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    width: 48px;
}
.x-large-icon::before {
    font-size: 96px;
    height: 96px;
    line-height: 96px;
    width: 96px;
}

.btn-link:hover, .btn-link:focus{
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.tight-padding {
    padding: 2px;
}

h1,
.h1 {
    color: #786235;
}
h2,
.h2 {
    color: #947433;
}
h3,
.h3 {
    color: #b2872e;
}
h4,
.h4 {
    color: #d29a27;
}
h5,
.h5 {
    color: #e6a92d;
}
h6,
.h6 {
    color: #f3b639;
}


a:hover, a:focus, a:active{
    text-decoration: none;
}

.page-header.sub-header {
    margin: 0 0 20px;
}


.full-justify {
    text-align: justify;
}
.full-justify::after {
    content: "";
    display: inline-block;
    width: 100%;
}
/* ]End General
-------------------------------------------------------------- */
/* =Bootstrap Overload[
-------------------------------------------------------------- */
.thumbnail img{
    border: 1px solid #F3EFDF;
}
.thumbnail .caption {
    font-variant: small-caps;
    font-weight: 700;
    padding: 4px 4px 0;
    text-align: center;
}
.bg-primary {
    background: #ad8d4d;
    color: #fff;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6{
    color: #fff;
    margin-top: 0;
}
a.bg-primary:hover, a.bg-primary:focus {
    background: #8a703d;
}
.bg-success {
    background: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background: #c1e2b3;
}
.bg-info {
    background: #ede6d7;
}
a.bg-info:hover, a.bg-info:focus {
    background: #d6ccb7;
}
.bg-warning {
    background: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background: #f7ecb5;
}
.bg-danger {
    background: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background: #e4b9b9;
}
/* ]End Bootstrap Overload
-------------------------------------------------------------- */
/* =Top Header[
-------------------------------------------------------------- */

#header {
    background-color: #dfd6c5;
    color: #231f20;
    /*overflow: hidden;*/
}
.name-header {
    font-family: "Pinyon Script",cursive;
    font-size: 55px;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
}
.eye-right-wrap .name-header {
    color: #231f20;
    padding-left: 16px;
}
.eye-left-wrap .name-header {
    color: #fff;
    margin-right: -10px; 
    text-align: right;
}
.name-header abbr {
    border: none;
    color: #231f20;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    padding-left: 10px;
    line-height: 16px;
    outline: none;
    text-decoration: none!important;
}

.eye-left-wrap {
    background-color: #231f20;
    padding: 0 30px 10px 50px;
}
.eye-right-wrap {
    padding: 0 60px 10px 10px;
}
.eyelash-top {
    height: 100px;
    margin-bottom: 5px;
    position: relative;
}
.eyelash-top img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.eyelash-bottom {
    height: 50px;
}
.eyelash-bottom img {
    width: 100%;
}
.main-header {
    color: #231f20;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 11vw;
    font-variant: small-caps;
    font-weight: 300;
    letter-spacing: -10px;
    line-height: 21px;
    margin: 0;
}

.main-header.top {
    font-size: 13vw;
    margin-bottom: 10px;
    margin-left: -2px;
    margin-top: 50px;
}


.inner-heading-right {
    margin-left: -30px;
    padding: 0 30px 0 0;
}

.page-header {
    margin-top: 0;
}
.lashes-duo-top-page {
    margin: 9px 3% 0;
    max-width: 94%;
    width: 360px;
}
/**
Social
*/

.icon-wrap {
    color: #231f20;
    float: left;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 1px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.5s ease;
}
.social .fa-icon::before {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 39px;
    height: 33px;
    line-height: 32px;
    margin-top: 6px;
}
.icon-wrap span {
    display: inline-block;
    vertical-align: middle;
}
.social .social-text {
    font-size: 30px;
    line-height: 1em;
}
.icon-wrap.icon-wrap-phone {
    font-size: 33px;
    margin-right: 22px;
}
.icon-wrap-facebook {
    color: #3b5998;
}
.icon-wrap-twitter {
    color: #1da1f2;
}
.icon-wrap-pinterest {
    color: #CB2027;
}
.icon-wrap-google-plus {
    color: #DC4E41;
}

/* ]End Header
-------------------------------------------------------------- */

/* =Top Nav[
-------------------------------------------------------------- */
.navbar.navbar-gold, hr.gold {
    background: #866b36;
    background: -moz-linear-gradient(top,  #e4c686 0%, #866b36 100%);
    background: -webkit-linear-gradient(top,  #e4c686 0%,#866b36 100%);
    background: linear-gradient(to bottom,  #e4c686 0%,#866b36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c686', endColorstr='#866b36',GradientType=0 );
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    margin: 0;
}

hr.gold {
    border: medium none;
    height: 10px;
    margin: 0;
    outline: medium none;
}
.navbar.navbar-gold a {
    color: #fff;
}
.navbar.navbar-gold .dropdown-menu a {
    color: #333;
}
.navbar-gold .nav .open > a, .navbar-gold .nav .open > a:hover, .navbar-gold .nav .open > a:focus{
    color: #333;

}
.nav > li > a:hover, .nav > li > a:focus{
    background-color:#231F20;
}
.navbar-toggle .icon-bar {
    background-color: #231f20;
}

/* ]End Top Nav
-------------------------------------------------------------- */

/* =Footer[
-------------------------------------------------------------- */
#copyright {
    color: #846934;
}
#copyright a {
    color: #846934;
}

#footer {
    background-color: #846934;
    color: #fff;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 10px;
}
#footer h4 {
    color: #fff;
    font-size: 1.2em;
    font-variant: small-caps;
}
#footer a {
    color: #fff;
}
#footer .thumbnail {
    margin: 0;
}

#footer .vholder {
    display: inline-block;
    height: 210px;
    overflow: hidden;
    vertical-align: middle;
    width: 0.1%;
}
#footer .content {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
}
#footer > div {
    vertical-align: middle;
}

/* ]End Footer
-------------------------------------------------------------- */

/* =Slider[
-------------------------------------------------------------- */
/*.slide .slide-message {
    bottom: 5%;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    right: 5%;
    width: 50%;
}

.slide-title.h2 {
    margin: 0;
}
.slide-subtitle.h1 {
    font-family: "Roboto Slab",serif;
    font-size: 44px;
    line-height: 0.9em;
    margin: 0.2em 0;
}
.slide-text-content.h4 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}*/

.slider-fade .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /*min-height: 300px;*/
}
.slick-dots > li {
    height: 3px;
    width: 9px;
}
.slick-dots li button {
    height: 17px;
    line-height: 1px;
    padding: 0;
    width: 17px;
}
.slick-dots li button::before {
    color: #fff;
    content: "";
    /*content: "\e903";*/
    font-family: "fa-icons" !important;
    font-size: 17px;
    height: 0;
    line-height: 1px;
    width: 10px;
}
.slick-dots {
    bottom: -12px;
}

/* ]End Slider
-------------------------------------------------------------- */
/* =Testimony[
-------------------------------------------------------------- */

.testimony {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px #ba9e66;
    color: #ba9e66;
    margin-bottom: 20px;
    padding: 10px 33px 10px 10px;
    position: relative;
}
.right-quote {
    bottom: 3em;
    position: absolute;
    right: 0;
}
.testimony-tail {
    bottom: -16px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-text-shadow: 1px 3px 1px #ba9e66;
    -moz-text-shadow: 1px 3px 1px #ba9e66;
    text-shadow: 1px 3px 1px #ba9e66;
    width: 75%;
}
.signature {
    color: #5c4d00;
    font-size: 0.8em;
    line-height: 1em;
}

/* ]End Testimony
-------------------------------------------------------------- */
/* =FAQ[
-------------------------------------------------------------- */
.panel-title{
    font-size: 24px;
    font-variant: small-caps;
}
.panel-primary:active > .panel-heading,
.panel-primary:focus > .panel-heading,
.panel-primary:hover > .panel-heading {
    opacity:0.9;

}
.panel-heading a {
    color: inherit;
}
.panel-heading a:active,
.panel-heading a:focus,
.panel-heading a:hover{
    text-decoration: none;
}
/* ]End FAQ
-------------------------------------------------------------- */
/* =Gallery[
-------------------------------------------------------------- */

.image-gallery > div {
    padding: 0 3px;
}
.image-gallery > div .thumbnail {
    margin-bottom: 6px;
    padding: 2px;
}
.image-gallery > div .thumbnail-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-bottom: 6px;
    padding: 2px;
}

.mfp-title {
    color: #d29a27;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    padding-left: 36px;
    text-align: center;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.mfp-open .mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.slick-prev.slick-arrow {
    left: 14px;
    z-index: 10000;
}
.slick-next.slick-arrow {
    right: 15px;
    z-index: 1000;
}
.slick-prev::before, .slick-next::before {
    color: #5b0c0b;
    font-size: 32px;
}
.slick-prev, .slick-next {
    height: 32px;
    width: 32px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/* ]End Gallery
-------------------------------------------------------------- */

/* =Contact[
-------------------------------------------------------------- */
.gform_wrapper .chosen-container-single a.chosen-single{
    height: 33px;
    line-height: 31px;
}
.gform_wrapper .chosen-container-single a.chosen-single div b{
    background-position: 0 6px;
}
/* ]End Contact
-------------------------------------------------------------- */

/* =Responsive[
-------------------------------------------------------------- */

@media(min-width:1000px){
    .main-header{
	font-size:108px;
    }
    .main-header.top{
	font-size:140px;
    }
}
@media(min-width:768px){
    #top-nav-bar .navbar-nav > li {
	display: inline-block;
	float: none;
    }
    #top-nav-bar .navbar-header {
	float: none;
    }
    #top-nav-bar ul.nav.navbar-nav{
	display: block;
	float: none;
	text-align: center;
	width: auto;

    }
}@media(max-width:767px){
    /*.default-page,
    .right-main-content {
	padding: 10px;
    }*/
    #top-nav-bar li a {
	padding: 10px 17px 13px;
    }

    .inner-heading-right {
	clear: both;
	margin: 0;
	padding: 0;
    }
    .main-header.top {
	font-size: 23vw;
	letter-spacing: 0;
	margin: 7vw 0 0;
    }
    .main-header.bottom {
	font-size: 18vw;
	letter-spacing: -8px;
	margin: 0;
	padding: 0 10px 0 0;
    }

    .lashes-duo-top-page {
	margin: 9px auto 0;
	max-width: 94%;
	width: 360px;
    }

    #main-content-wrap {
	padding: 1px;
    }
    .page-header {
	margin: 0;
	padding: 0;
	text-align: center;
    }

    .text-center-xs{
	text-align: center;
    }
}
@media(max-width:430px){
    .eye-left-wrap {
	background-color: #231f20;
	padding: 0 30px 10px 20px;
    }
    .eye-right-wrap {
	padding: 0 30px 3px 10px;
    }
    .name-header{
	font-size: 48px;
    }
}