/*
 Theme Name:   Viking Log Furniture
 Theme URI:    https://vikinglogfurniture.com
 Description:  Viking Log Furniture Child Theme
 Author:       WhiteBox Marketing
 Author URI:   https://whitebox.marketing
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");



/*-----Typography-----*/


h1, h2 {
font-family: 'Work Sans', sans-serif;
font-weight: 500;
}

h3 {
font-family: 'Source Serif Pro', serif;
}

h4, h5 {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
}

p, body {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
}


/*-----Button Styles-----*/


a.wondrkind-link {
    color: #5340fb;
	margin-bottom:7px;
  	border-bottom: 2px solid;
	border-color: #5340fb;
    font-family: "calibre-medium", helvetica, arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: color .2s ease;
          transition: color .2s ease;
}
a.wondrkind-link:hover {
    color: #1b0066;
	margin-bottom:7px;
  	border-bottom: 2px solid;
	border-color: #1b0066;
    font-family: "calibre-medium", helvetica, arial, sans-serif;
	text-transform: uppercase;
    text-align: left;
    display: inline-block;
    font-size: 16px;
	letter-spacing: 1px;
}

.wondrkind-link:after {
 font-family: 'ETmodules';
		font-size:1.1em;
 content: "\24";
    display: inline-block;
 float: right;
margin-left: 8px;
	margin-top: -3px;
}



/*-----Media Queries for common breakpoints-----*/

/* smartphones, iPhone, portrait 480x320 phones */
@media only screen and (min-width:320px) {
    .selector {
        property: value;
    }
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media only screen and (min-width:481px) {
    .selector {
        property: value;
    }
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media only screen and (min-width:641px) {
    .selector {
        property: value;
    }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media only screen and (min-width:961px) {
    .selector {
        property: value;
    }
}

/* big landscape tablets, laptops, and desktops */
@media only screen and (min-width:1025px) {
    .selector {
        property: value;
    }
}

/* hi-res laptops and desktops */
@media only screen and (min-width:1281px) {
    .selector {
        property: value;
    }
}


/* Reverse Column Stacking Order on Mobile */
@media (max-width:980px) {
	.reverse-columns-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}


/* Center-Align Text and Social Follow Modules on Mobile */
@media (max-width:980px) {
	.center-text-mobile,
	.center-text-mobile .et_pb_text_inner,
	.center-text-mobile .et_pb_social_media_follow {
		text-align: center!important;
	}
}


/* Reomve Unwanted Column Margin */
@media (max-width:980px) {
	.no-mobile-margin {
		margin-bottom: 0!important;
	}
}

.wonder-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

div#et-info {
    margin: auto !important;
    float: none !important;
    text-align: center;
}
