/*======================================================*/
/*======================== ALL =========================*/
/*======================================================*/

@import url('//fonts.googleapis.com/css?family=Lato:300|Open+Sans');

body, html {
    font-family: 'Lato', sans-serif;
    font-size: .89em;
    overflow-x: hidden;
    color: black;
    background: white;
}

#content article {
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    padding: 30px;
}

.home #content article {
    padding: 0px;
    box-shadow: none;
}

.breakout {
    background: rgba(0,0,0,.1);
    margin: 0 -100%;
    margin: 0 calc(50% - 50vw);
}

.breakout .wrapper {
    background: none !important;
    box-shadow: none !important;
    padding: 30px 0px !important;
}

#content h2, h3 {
    color: #1BBCC6;
}

.prime {
    background: none;
}

.text-center {
    text-align: center;
}

a {
    text-decoration: none !important;
}

/*======================================================*/
/*===================== ANIMATIONS =====================*/
/*======================================================*/


/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SLIDING UNDERLINE START ^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.sliding-u-l-r {
    display: inline-block;
}

.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.sliding-u-l-r:hover:after {
    width: 100%;
    background: #FF7D21;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SLIDING UNDERLINE END ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE-IN EFFECT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.fade-in3 {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

.fade-in2 {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.fade-in1 {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FADE-IN EFFECT END ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


/*======================================================*/
/*======================= SLIDER =======================*/
/*======================================================*/

.rslides_tabs {
    display: none;
}

#slider {   
   max-width: 1925px;
   width:100%;
   margin: -1px auto;
   border-bottom: 1px solid rgba(0,0,0,0.4);
   box-shadow: 8px 7px 10px rgba(0,0,0,0.1);
}

#slider img {
    width:100%;
}

 .cta {
    width: 100%;
    height: 100%;
    right:0;
    margin:auto;
}


.cta-box{
    width: 90%;
    margin: 8% auto;
    color: #FFF;
    text-align: center;
    height: 100%;
}

.slider-text {
    color: white;
text-shadow: 0px 0px 5px black;
position: absolute;
max-width: 750px;
top: 44%;
left: 0;
right: 0;
margin: auto;
font-size: .9em;
font-weight: bold;
background:rgba(0,0,0,0.7);
padding: 0px 20px;
}

.slider-text h1 {
    color: white !important;
}

.slider-text2 {
    color: black;
position: absolute;
max-width: 750px;
top: 44%;
left: 0;
right: 0;
margin: auto;
font-size: .9em;
font-weight: bold;
padding: 0px 20px;
}

.slider-text2 h1 {
    color: black !important;
}

.animated-slider-text {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.5em;
    position: absolute;
    left: 0vw;
    right: 0vw;
    top: 14%;
    margin: auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    width: 70%;
    box-shadow: 13px 13px 16px rgba(0,0,0,0.4);
    -webkit-animation: slide-in 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: slide-in 1.5s; /* Firefox < 16 */
        -ms-animation: slide-in 1.5s; /* Internet Explorer */
         -o-animation: slide-in 1.5s; /* Opera < 12.1 */
            animation: slide-in 1.5s;  
            animation-fill-mode: forwards;
            
}

@keyframes slide-in {
   0%   { transform: translate( -100vw,0vw) skewX(-20deg); }
   25%  { transform: translate( -100vw,0vw) skewX(-20deg); }
   100% { transform: translate(0vw,0vw) skewX(-20deg); }  
}



@media only screen and (max-width: 1200px) {
    .cta-box{margin:20px auto;line-height:1.3em;}
    .animated-slider-text {font-size: 1.3em;line-height: 1.1em;width: 90%;}
    .slider-text h1 {font-size:1.4em;padding:0;margin-bottom:2px;}
}


@media only screen and (max-width: 767px) {
    #slider img{height:0;display:none;}
    #slider{overflow:visible;}
    #slider .slide{float:none;transition:none !important;}
    .cta{position:relative;width:100%;text-align:left;background:#333;margin-bottom:20px;}
    .cta-box{line-height:inherit;width:95%;margin-top:0;}
    .cta a{margin:15px 0;}
    .learn-more{padding:15px 15px 0;}
    .animated-slider-text {display: none;}
    .slider-text {display: none;}
}


/*======================================================*/
/*======================= HEADER =======================*/
/*======================================================*/

.header .textwidget {
    padding: 0px;
}

.toplogo {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    width: 90%;
    padding: 9px 0px;
    max-width: 300px;
}

.toplogo span {
    padding: 20px 10px 16px;
    display: inline-block;
    line-height: 1.1em;
    font-weight: bold;
    color: #00255C;
    font-size:.9em;
}

.topPhone {
    padding: 31px 0px 10px;
    font-size: 1.5em;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.topPhone > span {
    font-size: .55em;
}

header.header.clear {
    background-color: white;
    color: black;
    background-image:url(https://montereybayroofinginc.com/wp-content/uploads/wood-texture.jpg);
    background-attachment:fixed;
}

nav.nav {
    background: #6B7586;
    color: white;
    border-bottom: 1px solid black;
    border-top: 1px solid rgba(0,0,0,0.4);
}

nav.nav.nav-fixed {
    background: #6B7586;
    color: white;
    border-bottom: 1px solid black;
    border-top: 1px solid rgba(0,0,0,0.4);
}

nav.nav ul li.current-menu-item a, nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {
    border: 1px solid white;
}

.nav ul li a {
    padding: 3px 18px;
    transition: background .3s;
    background: rgba(0,0,0,0);
    font-size: 16px;
    font-weight: bold;
}

.nav li:hover {
    background: rgba(70,70,70,.045);
}

ul.sub-menu {
    background: #192F3B;
}

#menu-toggle span {
    background: white !important;
}


/*======================================================*/
/*======================== BODY ========================*/
/*======================================================*/

.feedback-icon img {
    height: 175px;
    padding: 20px;
}

.full-width {
    max-width: 1080px;
    margin: 0px -30px;
    padding: 1px 30px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

hr {
   margin: 30px 0px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 4px;
    padding: 9px 10px 11px;
    background: #333;
    color: white;
}

.home h1 {
    background: none;
}

.black-glass {
    background: rgba(0,0,0,0.8);
    padding: 35px;
    margin: 80px auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
}

.black-glass .customList {
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

.black-glass h1, .black-glass h2, .black-glass h3 {
    color: white !important;
}

.space {
    height: 2.5em;
}

.serving {
    padding: 0px;
    font-weight: 600;
}

.serving li {
    display: inline-block;
    padding: 0px 5px;
}

.serving li:before {
   content: '\f041';
   font-family: FontAwesome;
   padding-right: 10px;
   color: #1BBCC6; 
}

.out-link:after {
    content: '\f08e';
    font-family: FontAwesome;
    padding-left: 15px;
}

.out-link:hover {
    background: #2D5367;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.out-link {
    color: white !important;
    padding: 3px 30px;
    border-radius: 3px;
    border: 2px solid black;
    display: inline-block;
    margin: 5px 0px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
    background: #213E4D;
}

.float-right {
    float: right;
    float: right;
    margin: 0px 0px 20px 20px !important;
    width: 44%;
    box-shadow: 8px 6px 12px rgba(0,0,0,0.3);
}

.floatingNameCard {
    box-shadow: 5px 6px 13px rgba(0,0,0,0.3);
    background: #213E4D;
    color: white;
    display: inline-block;
    margin: 8px 19px 8px 0px;
    font-weight: bold;
}

.floatingNameCard p {
    display: inline-block;
    margin: 0px;
    padding: 3px 19px;
}

.floatingNameCard p:nth-child(2) {
    background: white;
    color: #213E4D;
    display: block;
    font-weight: 300;
}


.floatingIconCard {
    box-shadow: 5px 7px 11px rgba(0,0,0,0.2);
    display:block;
    height: 89%;
    min-height: 250px;
    width: 89%;
    margin: 5%;
    padding: 8%;
    text-align:center;
    font-weight: bold;
    color: black;
    transition: box-shadow .1s, margin .1s, width .1s, padding .1s, height .1s;
}

.floatingIconCard:hover {
    margin: 7%;
    width: 88%;
    height: 88%;
    padding: 6%;
    box-shadow: 5px 11px 20px rgba(0,0,0,0.3);
}

.floatingIconCard i {
    font-size: 6em;
    color: #9ECC3F;
    margin-bottom: 5%;
}

.floatingCard {
    text-align: center;
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    padding: 10px;
    margin: 0;
    color: white;
    background: #23344E;
    min-height: 225px;
}

.floatingCard h2 {
    padding: 10px;
    margin: 0;
    background: white;
}

.floatingCard img {
    width: 100%;
}

.floatingCardCol {
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
    background: white;
    margin: 20px;
    color: black;
    text-shadow: none;
    min-height: 600px;
    margin-bottom: 50px;
}

.floatingCardCol h3, .floatingCardCol p {
    padding: 0px 20px 20px;
    margin: 0px 0px 14px;
}

.floatingCardCol p {
    padding-bottom: 40px;
}

.floatingCardCol img {
    padding-bottom: 20px;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
}

.linkButton {
    padding: 4px 35px 2px;
    background-color: #FF7D21;
    border-radius: 3px;
    color: white !important;
    font-size: .9em;
    border: 2px solid #FF7D21;
    max-width: 200px;
    margin: 16px auto;
    text-shadow: 0px 0px 5px black;
    font-weight: bold;
}

.linkButton:hover {
    background: rgba(0,0,0,0.78) !important;
    border: 2px solid #FF7D21;
    color: white !important; 
    text-shadow: 0px 0px 5px black;   
}

.customList {
    font-weight: 500;
    padding-top: 20px;
    line-height: 1.6em;
    list-style-type: none;
    padding-left: 25px;
    padding-bottom: 30px;
    font-weight: bold;
}

.customList li:before {
   content: '\f058';
   font-family: FontAwesome;
   padding-right: 10px;
   color: #1BBCC6; 
   margin-left: -25px;
}

.up-down > a {
    color: #FF7D21 !important;
    padding: 10px 20px 60px;
     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.compliments > h1 {
    background: #333;
    text-shadow: 0 1px 1px black;
}

.final-star {
    color: #FF7D21 !important;
}

.parallax {
    padding: 10px 25px;
    background-position: bottom;
    background-color: #2a2a2a !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 53px;
    margin-bottom: 30px;
}

.img-circle {
    	border-radius: 50%;
	box-shadow: 0px 20px 22px rgba(0,0,0,0.2);
	margin: 37px 0px;
}

table {
    border:1.5px solid #C03828;
    border-radius: 4px;
    width: 100%;
    margin: 90px 0px;
}

th, td {
    text-align: left;
    padding: 12px;
    border-top: 1px solid #C03828;
    border-bottom: 1px solid #C03828;
}

tr:nth-child(even) {
    background-color: #FFF0DC;
}

table h2 {
    color: white !important;
}

span.wpcf7-list-item {
    display: inline-block;
    margin-left: 2em;
}

.mobile-visible {
    display: none !important;
    padding: 3% 5%;
    color: white;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    background-size: cover;
}

img.mobile-visible {
    padding: 20px 0px;
    width: 90%;
    margin: auto;
    display: block;
}

.mobile-visible.breakout {
    margin-top: -63px;
}

.scoot-up {
    margin-top: -20px;
    margin-bottom: 30px;
}

.mobile-visible h1 {
    color: white;
}

.wpcf7-form input[type="submit"] {
    box-sizing: border-box;
    margin: 20px auto;
    display: block;
    color: white;
    background: #D5671A;
    border-radius: 3px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    border: none;
    padding: 6px;
    font-weight: bold;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #F0731B;
}

.active-page {
    background: rgba(0,0,0,0.1);
}

.polaroid {
    max-width: 500px; 
    width: 90%;
    margin: auto;
    display:block;
    text-align:center;
}

.services #content .one-fourth {
    text-align:center;
    padding: 20px;
}

.services #content .one-fourth h3 {
    margin: 0px;
}

.pizza-menu-button {
    width: 100%;
    background: #BA0707;
    text-align: center;
    font-size: 1.7em;
    padding: 17px;
    border-radius: 3px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    margin: 47px 0px 60px;
    display: block;
    color: white !important;
    font-weight: bold;
}

.pizza-menu-button:hover {
    background: #E41212;
}



/*======================================================*/
/*======================= FOOTER =======================*/
/*======================================================*/


footer.footer {
    margin: auto;
    line-height: 1.4em;
    background: #373B42;
    color: white;
    border-top: 1px solid;
}

.widgettitle, #biziqbusinesshours-3 > h2 {
    color: white;
    border-bottom: 1px solid #1BBCC6;
}

.bottomicon {
    max-width: 45px;
    padding: 3px 0px;
}

/*========================================================*/
/*========================= BLOG ========================*/
/*======================================================*/

.post h1 a {
    color: white !important;
}

main {
    width: 100% !important;
}

.date {
    font-style: italic;
}

.author {
    font-weight: bold;
}

.comments a {
    color: #23344E !important;
    background: white;
    padding: 5px 14px;
    border-radius: 5px;
    border: 2px solid #23344E;
    margin: 0px 10px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: color .2s, background .2s; /* For Safari 3.1 to 6.0 */
    transition: color .2s, background .2s;
}

.comments a:hover {
    color: white !important;
    background: #23344E;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-bottom: -10px;
}

/*======================================================*/
/*===================== RESPONSIVE =====================*/
/*======================================================*/

@media only screen and (min-width:1921px) {
    
    .parallax {
        background-size: 1080px;
    }

    .breakout {
        margin: 0;
    }

    #slider {
        width: 1080px;
    }

    .slider-text h1 {
        padding-top: 30px;
    }
}

@media only screen and (max-width:1000px) {
    .floatingCardCol {
        min-height: 200px;
    }
}

@media only screen and (max-width:767px) {
    .topPhone {
        text-align: center; 
        padding: 20px;
        font-size: 2em;
        margin: auto -5%;
        font-weight: bold;
    }

    .topPhone > span {
        display: none;
    }

    .toplogo span {
        display: none;
    }

    .toplogo {
        padding: 10px;
        max-width: 90%;
        margin: auto;
    }

    .toplogo img {
        float: none;
    }
    
    .linkButton {
        display: block;
        text-align: center;
        width: 100%;
    }

    h1, h2, h3 {
        text-align: center;  
    }

    .home #slider {
        margin-bottom: 43px;
    }

    .topPhone {
	padding-top: 20px;
    }

    .mobile-visible {
        display: block !important;
    }

    .float-right {
        display: none;
    }

    #content img {
        box-shadow: none;
    }

    #menu-toggle span {
        background: white;
    }
}


@media only screen and (max-width:480px) {
    h2.widgettitle {
        text-align: left;
    }

    .topPhone {
        font-size: 2em;
        padding-bottom: 15px;
    }

    #biziqbusinesshours-3 > h2 {
    text-align: left;
    }

    .style1, style2 {
          padding: 6% 3%;
      }
}