/*
Theme Name: Local Eyes
Description: Local Eyes Website Theme.
*/

/*----------------------------------
Contact Form
----------------------------------*/

.logged-in div.wpcf7 {
    margin-top: 10px!important;
}

.twenty-fifteen-pattern input[type=submit] {
    background: #036182!important;
}

body .twenty-fifteen-pattern input[type=text] {
    padding: 5px!important;
	border-radius: 2px!important;
	font-size: 1.5rem!important;
}

body .twenty-fifteen-pattern input[type=email] {
	padding: 5px!important;
	border-radius: 2px!important;
	font-size: 1.5rem!important;
}

body .twenty-fifteen-pattern textarea {
    padding: 5px!important;
	border-radius: 2px!important;
	font-size: 1.5rem!important;
}

body .twenty-fifteen-pattern input[type="tel"] {
	padding: 5px!important;
	border-radius: 2px!important;
	font-size: 1.5rem!important;
	width: 100%;
    line-height: normal;
    border: 1px solid rgba(51,51,51,.1);
    color: rgba(51,51,51,.7);
    background: #f7f7f7;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    font-family: "Noto Serif",serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .twenty-fifteen-pattern p {
	color: rgb(3, 97, 130)!important;
	font-size: 1.2rem!important;
	margin-bottom: 1em!important;
}


/*----------------------------------
FOOTER BELOW
----------------------------------*/

html,
body {
    margin:0;
    padding:0;
    height:100%;
}

#container {
    min-height:100%;
    position:relative;
   -webkit-box-shadow: 0 0 20px 5px #a0a0a0;
   box-shadow: 0 0 20px 5px #a0a0a0;
    background: #fff;
}

main {
    padding-bottom:195px;   /* Height of the footer */
}

footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:195px;   /* Height of the footer */
}




/*----------------------------------
            RESET
----------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-sizing: border-box;

}

img {
    border: none;
    width: 100%;
}

a:link, a:active, a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}


/*----------------------------------
        CLEAR FLOAT
----------------------------------*/

.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/*----------------------------------
        STYLES
----------------------------------*/

#container {
    max-width: 1200px;
    margin: auto;
}


/*----------------------------------
HEADER
----------------------------------*/

header {
    width: 100%;
    height: 176px;
    position: relative;
    padding-top: 8em;
}

header .logo-container img {
    width: auto;
    position: absolute;
    top: 13px;
    left: 60px;
}

header nav {
    text-align: right;
    margin-right: 57px;
}

header nav li {
    display: inline-block;
    margin-left: 13px;
    margin-right: 13px;
}

header nav li a {
    font-size: 18px;
    font-weight: 600;
    color: #056283;
}

header nav li a:hover {
    color: #f5a81e;
}

/*----------------------------------
SECTION 1
----------------------------------*/

section.specialist {
    background-image: url(images/section-1-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    min-height: 515px;
    padding: 30px 60px;
    color: white;
}

section.specialist h1 {
    font-size: 46px;
    margin-bottom: 30px;
    line-height: 1.2;
}

section.specialist > .row > p {
    font-size: 18px;
    max-width: 600px;
    line-height: 1.4;
    margin-bottom: 50px;
}

section.specialist .row .row {
    max-width: 600px;
}

section.specialist .row .col {
    width: 25%;
    float: left;
    border-left: 1px solid #f5a81e;
    padding: 10px 0 10px 5px;
}

section.specialist .row .row p {
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
}

/*----------------------------------
SECTION 2
----------------------------------*/


section.why {
    min-height: 300px;
    padding: 30px 60px 0;
    color: #056283;
}

section.why > .row .col {
    width: 50%;
    float: left;
}


section.why > .row h2 {font-size: 180%;}

section.why > .row > .col:first-child {
    padding: 0 20px 0 0;
}

section.why > .row > .col >  p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 16px;
}

section.why > .row .row .col:first-child {
    padding: 0 15px 0 30px;;
    width: 60%;
    float: left;
}

section.why > .row .row .col:last-child {
    padding: 0 15px;
    width: 40%;
    float: left;
}

section.why > .row .row h3 {
    margin-bottom: 10px;
}

section.why > .row .row p {
    font-weight: normal;
    font-size: 14px;
    max-width: 200px;
    margin-bottom: 20px;
}

section.why > .row a {
    display: block;
    max-width: 320px;
    padding: 12px 0px;
    background-color: #f5a81e;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

section.why > .row a:hover {
    background-color: #056283;
}


/*----------------------------------
SECTION 3
----------------------------------*/

section.work {
    min-height: 168px;
    padding: 30px 60px;
    color: white;
    background-color: #056283;
}

section.work .col {
    float: left;
}

section.work .row {
    padding: 0 80px;
    text-align: center;
}

section.work h2 {
    font-size: 180%;
    margin-bottom: 20px;
}


section.work .col:nth-child(1),
section.work .col:nth-child(3),
section.work .col:nth-child(5){
    width: 15%; 
    font-size: 17px;
    font-weight: normal;
}

section.work .col:nth-child(1) {width: 17%;}

section.work .col:nth-child(3) {width: 12%;}

section.work .col:nth-child(2),
section.work .col:nth-child(4),
section.work .col:nth-child(6){
    width: 5%;
    font-size: 50px;
    font-weight: normal;
    margin-top: -14px;
    color: #f5a81e;
}

section.work .col:last-child {
    font-size: 18px;
    padding: 7px 0 0 15px;
}

section.work .col:last-child h3 {font-weight: normal;}


/*----------------------------------
SECTION 4
----------------------------------*/

section.funnel {
    background-image: url(images/section-4-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    min-height: 530px;
    padding: 30px 60px;
    color: white;
}

section.funnel > .row .col {
    width: 50%;
    float: left;
}


section.funnel > .row h2 {
    font-size: 180%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.funnel > .row > .col:first-child p {
    width: 75%;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 20px;
}

section.funnel > .row a {
    display: block;
    max-width: 360px;
    padding: 12px 0px;
    background-color: #f5a81e;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

section.funnel > .row a:hover {
    background-color: #056283;
}

.cone-container {
    position: relative;
    text-align: center;
    padding-left: 5%;
}

.cone-container h3 {
    margin-top: -10px;
    color: #f5a81e;
    font-size: 20px;
    margin-bottom: 42px;
}

.cone-container h3:after {
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #f5a81e transparent transparent transparent;
}

.cone-container h3 span {
    display: block;
    color: white;
    font-size: 16px;
}

.cone-container .row:first-child p:nth-child(2) {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
}

.cone-container .row:first-child p:nth-child(3) {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    padding: 0 110px;
    margin-bottom: 30px;
}


.cone-container .row:nth-child(2) p:nth-child(1) {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
}

.cone-container .row:nth-child(2) p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    padding: 0 110px;
    margin-bottom: 30px;
}



.cone-container .row:nth-child(3) p:nth-child(1) {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
}

.cone-container .row:nth-child(3) p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    padding: 0 160px;
    margin-bottom: 30px;
}

.cone-container .row:nth-child(3) p:nth-child(2):after {
    top: 360px;
    left: 50%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #f5a81e transparent transparent transparent;
}



/*----------------------------------
SECTION 5
----------------------------------*/

section.associates {
    padding: 60px 60px;
}


/*----------------------------------
SECTION 6
----------------------------------*/

section.guarantee {
    background-image: url(images/section-6-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    min-height: 260px;
    padding: 70px 60px;
    color: white;
}

section.guarantee > .row h2 {
    font-size: 180%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.guarantee > .row p {
    font-size: 18px;
    font-weight: normal;
    max-width: 800px; 
}




/*----------------------------------
            SAMPLE
----------------------------------*/

section.banner {
    width: 100%;
    height: 195px;
    background-color: #056283;
    color: white;
    line-height: 195px;
    text-align: center;
    margin-bottom: 80px;
    
}

section.banner h1 {
    font-size: 40px;
    font-weight: 700;
}


section.logo-grid {
    max-width: 1000px;
    margin: auto;
    border: 1px solid #cecece;
    margin-bottom: 80px;
}


section.logo-grid .row {
    height: 250px;
    width: 100%;
    border-bottom: 1px solid #cecece;
}

section.logo-grid .row:last-child {border-bottom: none;}

section.logo-grid .row .col {
    width: 25%;
    float: left;
    height: 250px;
    position: relative;
    border-right: 1px solid #cecece;
}

section.logo-grid .row .col:last-child {border-right: none;}

section.logo-grid .row .col  img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}



/*----------------------------------
        WHAT WE DO PAGE
----------------------------------*/

section.what-we {
    height: 540px;
    padding: 40px 80px;
    
    background-image: url(images/section-whatwedo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}



section.what-we h1 {
    font-size: 42px;
    text-shadow: 3px 3px #151515;
}

section.payper {
    height: 540px;
    padding: 40px 80px;
    
    background-image: url(images/hipster-man.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

section.webdesign {
    height: 540px;
    padding: 40px 80px;
    
    background-image: url(images/web-design-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

section.socialmedia {
    height: 540px;
    padding: 40px 80px;
    
    background-image: url(images/soc-med-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

section.payper h1 {
	font-size: 42px;
    text-shadow: 3px 3px #151515;
	
}

section.webdesign h1 {
	font-size: 42px;
    text-shadow: 3px 3px #151515;
	
}
section.socialmedia h1 {
	font-size: 42px;
    text-shadow: 3px 3px #151515;
	
}

/*  SECTION 2   */

section.audience {
    padding: 40px 80px;
    color: #056283;
}

section.audience h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #046182;
}

section.audience .col {
    width: 50%;
    float: left;
    padding: 0 50px;
    font-size: 18px;
}

section.audience .col:first-child {
    padding-left: 0;
}

section.audience .col:last-child {
    padding-right: 0;
}

section.audience .col:first-child p {
    margin-bottom: 24px;
    font-weight: 600;
}



/*  SECTION 3   */

section.types {
    margin-top: -6px;
    background-color: #056283;
    color: white;
    padding: 30px 80px;
}

section.types h2 {
    font-size: 36px;
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

section.types .col {
    width: 50%;
    float: left;
    padding: 0 50px;
    font-size: 18px;
}

section.types .col:first-child {
    padding-left: 0;
}

section.types .col:last-child {
    padding-right: 0;
}


section.types .col:first-child p {margin-bottom: 30px;}

section.types .col:first-child li {
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 18px;
}

section.types .col:last-child p:first-child {margin-bottom: 30px;}

section.types .col:last-child p {margin-bottom: 20px;}

section.types .col:last-child li {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 12px;
}

section.types .row:nth-child(2) {
    margin-bottom: 20px;
}

section.types .row:last-child {
    text-align: center;
    font-size: 18px;
}




/*----------------------------------
FOOTER
----------------------------------*/


footer > div {
    height: 100%;
    padding: 40px 60px 0;
    color: white;
    background-color: #056283;
}

footer > div h2 {
    font-size: 180%;
    margin-bottom: 20px;
}

footer .info-box {
    display: inline-block;
    margin-right: 3em;
}

footer .info-box p {
    margin-top: 8px;
    color: #f5a81e;
    font-size: 18px;
}