/*
*
*	Theme Name: DIVI Child theme
*	Description: Child theme for Divi theme
*	Theme URI: http://www.elegantthemes.com/gallery/divi/
*	Version: 2.7.5
*	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*	Author: Elegant Themes
*	Template: Divi
*
*/

@import url('css/fontello.css');

@font-face {
    font-family: 'RalewayBlack';
	src: url('./font/Raleway-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'RalewayMedium';
  src: url('./font/Raleway-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'RalewayLight';
  src: url('./font/Raleway-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'RalewaySemiBold';
  src: url('./font/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'CenturyGothicBold';
  src: url('./font/CenturyGothicBold.ttf') format('truetype');
}
@font-face {
  font-family: 'CenturyGothicRegular';
  src: url('./font/CenturyGothicRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'Ald721It';
  src: url('./font/Ald721It.ttf') format('truetype');
}
@font-face {
  font-family: 'ALD721I';
  src: url('./font/ALD721I.ttf') format('truetype');
}
@font-face {
  font-family: 'IdaExtraLight';
  src: url('./font/Ida-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'IdaRegular';
  src: url('./font/Ida-Regular.ttf') format('truetype');
}


/* NAVIGATION */
#top-menu>li:last-child {
    padding-right: 35em !important;
}
#top-menu li{
	font-family: 'CenturyGothicRegular';
	text-transform:uppercase;
	font-weight:normal;
	padding-right: 4em;
}
.et_mobile_menu {
    border-top: 3px solid #6c7073  !important;
}
#mobile_menu .current-menu-item a{
	color:#f2f4c1;
}

/* HOME */
.btn{
	font-family: 'CenturyGothicRegular';
	background:#000000;
	font-size:12px;
	color:#ffffff;
	padding:10px 1em;
	border:none;
}
.btn1{
	font-family: 'IdaRegular';
	font-size:20px;
	color:#000000;
	background:transparent;
	border:none;
	border-bottom:1px solid;
	padding-left:0px;
}
.btn:hover{
	transform:scale(1.1);
	transition:all .25s ease-in-out;
}
#imageshadow:before{
	content: '';
    position: absolute;
    background: #f2f4c1;
    width: 28em;
    height: 37em;
    bottom: -2em;
    left: -3em;
}

@media all and (min-width:981px){
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3{
		width: 40% !important;
	}
}
.et_pb_blog_grid .et_pb_image_container img {
    padding: 1em;
}

/* Home Popup */
#magazine{
	width: 800px;
	height: 400px;
}
#magazine .turn-page{
	background-color:#ccc;
}
/* CONTACT */
.et_contact_bottom_container {
    float: left;
}

/* =================
   |  SOCIAL ICONS |
   ================= */
.header-icons{
    display: flex;
    position: absolute;
    right: 20em;
    top: 0.5em;
    color: #ffffff;
    font-family: 'CenturyGothicRegular';
    border: 1px solid;
    height: 4em;
    padding: 1.5em 4em 2.5em 2em;
}
.header-icons2{
    font-size:18px;
}
.header-icons2 h3{
    font-size: 12px;
    margin-bottom: -1em;
    margin-top: -1em;
    padding-left: 3em;
    font-family: 'CenturyGothicRegular';
    color:#ffffff;
}
.header-icons i{
    font-size:30px;
}
/* .footercol{
    margin-right:5em;
} */
/* i.icon-facebook,
i.icon-tumblr,
i.icon-pinterest {
    border-radius: 50%;
    padding: 2px !important;
    transition: all .2s ease-in-out;
	background-color: #ffffff;
	color:#333333;
}
i.icon-facebook:hover,
i.icon-tumblr:hover,
i.icon-pinterest:hover {
    box-shadow: 0px 0px 20px #ffffff;
    
}
i.icon-facebook:hover {
    color: #3a559f;
}
i.icon-tumblr:hover {
    color: #55aded;
}
i.icon-pinterest:hover {
    color: #e71a21;
} */
/* End of Social Icons */

/* =================
   |  Back to top |
   ================= */
#back-top {
	position: fixed;
	bottom: 100px;	/* fixed distance from the bottom */
	right: 0;
	/* display: none !important; uncomment this if you don't want to show the button */
}

#back-top a {
	display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	
	color: #ffffff;
	background-color: #000000; /* change this to the theme color */
	opacity: 0.5; /* Adjust transparency */

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #ffffff;
}

@media only screen and ( max-width: 980px ) {
	#back-top {
		bottom: 0;
		right: 15px;
	}
	#back-top a {
		border-bottom-left-radius: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
}

/* End of Back to top */

/* =================
      BLOG STYLE
   ================= */
.ds-thumbnail-blog .et_pb_post {
    background-color: #fff;
    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: 300px !important;
    height: 280px !important;
}
.et-cart-info { display: none; }

/*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: 0px 0 20px 0 !important;
    margin-top: 0px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 16px;
    margin-right: 40px;
    color: #1f1d1d;
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}
/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    padding: 0.3em 1em;
    color: #fff;
    border: 2px solid #f7941d;
    background: #f7941d;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
    display: inline-block;
    background: #fff;
    border: 2px solid #f7941d;
    color: #f7941d;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}

/* End of Blog Style */

/* =================
   WOOCOMMERCE STYLE
   ================= */
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
    max-width: 335px;
    margin: 0 auto;
}

/* messages background */
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    background: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links */
#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover {
    color: #f2f4c1 !important; /* Change this to over all theme color */
}

/* Buttons and links on hover */
.comment-reply-link:hover, .form-submit input:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    background: #f2f4c1 !important; /* Change this to over all theme color */
	color: #ffffff! important;
}

/* For Products with variation */
.woocommerce-variation-price .woocommerce-Price-amount::before {
    content: "Unit Price: ";
    font-size: 0.7em;
    font-weight: 500;
}
.woocommerce-variation-price .woocommerce-Price-amount {
    margin-bottom: 35px;
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

/* End of WooCommerce */

/* =================
   |Default Footer|
   ================= */
#footer-info,
#footer-info a{
    font-family: 'CenturyGothicBold';
	font-size:20px;
	color:#000000 !important;
}
#footer-info{
    float: none;
    text-align: left;
    padding: 0;
}
.footer-social_media i{
	font-size:25px;
	color:#000000;
}

/* End of Footer */

/* ==========================================
   |         Responsive Style               |
   ========================================== */

@media all and (min-width:1025px) and (max-width:1366px){
    .header-icons {
        right: 7em;
    }
    #top-menu>li:last-child {
        padding-right: 21em !important;
    }
    #imageshadow:before {
        width: 20em;
        height: 27em;
    }
    #sidepadding{
        padding-left: 12em;
        padding-right: 4em;
    }
    #blogtitle1{
        margin-top:2em !important;
    }
    #blogtitle2{
        margin-top:5em !important;
    }
}
@media all and (min-width:981px) and (max-width:1024px){
    .header-icons {
        right: 3em;
        padding: 1.5em 2em 2.5em 1em;
    }
    #top-menu>li:last-child {
        padding-right: 12em !important;
    }
    #top-menu li {
        padding-right: 3em;
    }
    #imageshadow:before {
        width: 15em;
        height: 21em;
    }
    #sidepadding {
        padding-left: 8em;
        padding-right: 2em;
    }
    #blogtitle1{
        margin-top:0em !important;
    }
    #blogtitle2{
        margin-top:1em !important;
    }
}
@media all and (max-width:1024px){

}
@media all and (max-width:980px){
    #logo {
        max-height: 80%;
    }
    .header-icons {
        right: 12em;
    }
}
@media all and (max-width:768px){

}
@media all and (max-width:414px){
    #logo {
        max-height: 60%;
    }
    .header-icons {
        right: 6em;
    }
    .header-icons {
        padding: 1.5em 1em 2.5em 0em;
    }
    .header-icons i {
        font-size: 23px;
    }
    .header-icons2 {
        font-size: 12px;
    }
    .header-icons2 h3 {
        font-size: 11px;
    }
    #imageshadow:before {
        width: 23em;
        height: 31em;
        bottom: -2em;
        left: -2em;
    }
    
}
@media all and (max-width:375px){


}
@media all and (max-width:320px){
    #logo {
        max-height: 45%;
    }
    .header-icons {
        right: 5em;
    }
    .header-icons i {
        font-size: 18px;
    }
    .header-icons2 {
        font-size: 11px;
    }
    .header-icons {
        padding: 1.5em 0.3em 2.5em 0em;
    }
}

/* End of Responsive Style */