/*
Theme Name: Divi - Child Theme
Description: Divi child theme template
Author: Fuyuko Gratton
Template: Divi

*/

@import url("../Divi/style.css");

@import url("scss/child-theme.css");





/*-----------------------------------------------
  Body - All
-----------------------------------------------*/

@font-face {
 font-family: MIZIKE;
 src: url('fonts/MIZIKE.ttf');
}

/*headings*/
h1, h2, h3 {
	font-family: Mizike, 'Permanent Marker', "Open Sans", Arial, sans-serif !important;
}

/*-----------------------------------------------
  Header Section
-----------------------------------------------*/

#main-header {
	background: url('/wp-content/uploads/2016/08/Jagged-Border-Revised.jpg');
        background-size: cover;
        background-repeat: no-repeat;
}

/*---Nav Fix---*/
div#et-top-navigation {
    padding-left: 0px !important;
}

/*---Drop down menu---*/
#top-menu li li a{
    line-height: 1.2em;
    border-bottom: dotted 1px #e0c614;
    font-size: 14px;
}
/*-----------------------------------------------
  Contents Section
-----------------------------------------------*/
.search-results article a img{
  float: right;
  max-width: 200px;
}
/*-----------------------------------------------
  Side Section
-----------------------------------------------*/


/*-----------------------------------------------
  Footer Section
-----------------------------------------------*/


/*----------------------------
Custom Style
----------------------------*/
.comment_avatar img {
    width: 80px;
}
.et_pb_posts a.more-link{
  color: #f2da00;
}

.half {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px; }

.whole {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  clear: both; }

/*button----------*/

.ylbtn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  background: #FFE600;
  color: #ffffff;
  font-size: 16px;
  max-width: 150px;
  padding: 10px 25px 10px 25px;
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.ylbtn a{
  color: #ffffff;
}

.ylbtn:hover {
  background: #b59100;
  text-decoration: none;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #ffe600 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}

/*---woocommerce View Cart---*/
a.button.wc-forward {
    margin-left: 15px;
}

/*------------------------
Custom blog design
------------------------*/

/*Styling for the posts*/
.ds-thumbnail-blog .et_pb_post {
    background-color: #444;
    min-height: 350px;
    margin-bottom: 50px;
}
/*Sets the image size posts and moves it to the left of the text*/
.ds-thumbnail-blog .et_pb_post a img {
    float: left;
    width: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;
}
/*Resize the overlay to fit the image*/
.ds-thumbnail-blog .et_overlay {
    width: 400px !important;
    height: 350px !important;
}
/*Stack the image and content on smaller screens*/
@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }
    /*Resize the overlay on smaller screens*/
    
    .ds-thumbnail-blog .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }
    .ds-thumbnail-blog .et_pb_post h2 {
        margin: 40px 30px 20px 30px !important;
    }
    .ds-thumbnail-blog .et_pb_post p {
        margin: 0 30px;
    }
    .ds-thumbnail-blog a.more-link {
        margin: 20px 0 30px 30px;
    }
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 40px 0 20px 20px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 18px;
    margin-right: 20px;
    margin-left: 20px;
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}

/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    border: 1px solid #f2da00;
    padding: 10px !important;
    color: #f2da00;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom:15px;
    text-transform: uppercase;
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
}
/*This adds the double arrow icon to the read more link*/
.ds-thumbnail-blog a.more-link:after {
    font-family: 'ETmodules';
    content: "\39";
    color: #f2da00;
    margin-left: 5px;
    vertical-align: middle;
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}

/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}
/*This styles the post pagination links*/
.pagination a {
    background: #fff;
    color: #000;
    padding: 10px;
    margin-top: 30px !important;
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
}
/*This styles the post pagination links on hover*/
.pagination a:hover {
    background: #000;
    color: #fff;
}

/*This Changes margin space between Collins in Blog Home Page*/
#FeatureBlog .et_pb_column {
    margin-right: 0px;
}

/*This Adds space to bottom divi fix*/
#FeatureBlog {
    padding-bottom: 59px !important;
}

#FeatureBlog .et_pb_row:last-child {
    padding-bottom: 40px !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{
	max-width:80px;
}
/*------------------------
	Animation
------------------------*/


/*------------------------
	Media Queries
------------------------*/
@media (max-width: 1240px){
    /*---Nav-Responsive---*/
    .et-fixed-header ul#top-menu li,
    ul#top-menu li {
        padding-right: 18px;
    }
}

@media (max-width: 1205px){
    /*---Nav-Responsive---*/
    .et-fixed-header ul#top-menu li a,
    ul#top-menu li a {
        font-size: 14px;
        line-height: 1.4em
    }
}

@media (max-width: 1080px){
    /*---Nav-Responsive---*/
    .et-fixed-header ul#top-menu li a{
        font-size: 12px;
    }
}

@media (max-width: 1060px){
    /*---Nav-Responsive---*/
    .et-fixed-header ul#top-menu li a,
    ul#top-menu li a {
        font-size: 12px;
    }
}

@media (max-width: 730px){
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: none;
    display: block;
    text-align: center;
}
    .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em!important;
    }
/*---woocommerce View Cart---*/
a.button.wc-forward {
    margin-left: 0;
    margin-bottom: 10px;
    }
}

@media (max-width: 359px){
}

@media (max-width: 980px){
    .ds-thumbnail-blog h2.entry-title {
        margin: 0px !important;
    }
    .ds-thumbnail-blog article {
        min-height: inherit;
    }
    .ds-thumbnail-blog .et_pb_post h2 {
    padding: 10px 0 20px 20px !important;
}
}

