/*
Theme Name:		Paws and Think
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	paws-and-think
*/

/* IMPORTS */
@import url(assets/css/reset.css);
@font-face {
    font-family: 'MarketingScript';
    src: url('assets/fonts/MarketingScript.woff2') format('woff2'),
         url('assets/fonts/MarketingScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* COLOR SELECTORS*/
.white { color:#FFF; }
.black { color:#000; }
.bg-color { background-color:#000; }
*[class*="bg-"] { color:#FFF; }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

/* CLEAR FIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* BASIC SETUP */
body {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 33px;
    color: #565656;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 20px;
	padding:0;
}
h1, h1 a {
    font-family: 'MarketingScript';
    color: #526897;
    font-size: 72px;
}
.page-title h1 {
    font-size: 48px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
h2, h2 a {
    font-family: 'MarketingScript';
    color: #526897;
    font-size: 48px;
}
h3, h3 a {
    font-size: 36px;
    font-family: 'Nunito', sans-serif;
    color: #526897;
}
h4, h4 a {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #526897;
}
h5 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #565656;
}
h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    color: #565656;
}

/* Text elements */
p {
}
p, li {
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
.elementor-widget-theme-post-content a:not(.elementor-button),
.elementor-text-editor a:not(.elementor-button) {
    color: #F78B1F;
    font-weight: 700;
    text-decoration: none;
    background-image: linear-gradient(#526897, #526897);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.elementor-widget-theme-post-content a:hover,
.elementor-widget-theme-post-content a:focus,
.elementor-text-editor a:hover,
.elementor-text-editor a:focus {
    background-size: 100% 2px;
}
.callout a {
    color: #FFF !important;
    background: none;
    text-decoration: underline !important;
}
.callout a:hover {
    color: #FFD44F !important;
    background: none;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote {
    color: #898989;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
    padding: 25px 50px;
    margin: 25px 0;
}
hr {
	border: none;
	height: 10px;
	background-color: #e6e6e6 !important;
	margin: 30px 0 !important;
}

/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
input:not([type=checkbox]):not([type=radio]):not([type="submit"]):not(.paypal_btn):not(.elementor-search-form__input), textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
.gform_button, .ppw-submit {
	transition: background-color 0.2s ease-out !important;
	-moz-transition: background-color 0.2s ease-out !important; /* Firefox 4 */
	-webkit-transition: background-color 0.2s ease-out !important; /* Safari and Chrome */
	-o-transition: background-color 0.2s ease-out !important; /* Opera */
    background-color: #F78B1F !important;
    margin-right: 0 !important;
    color: #FFF !important;
    padding: 10px 30px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border: none !important;
}
.gform_button:hover, .ppw-submit:hover {
    color: #FFF !important;
    background-color: #DA7D20 !important;
}
.ppw-submit {
    margin-top: 40px;
}


/* TAGS */

.background-image {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}


/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}
.row { padding:40px 0; }
.column-wrapper { -webkit-box-flex:1; -ms-flex:1 0 25%; flex:1 0 25%; max-width:250px; position:relative; margin:0 1% 20px; }
.fixed {
	position:fixed;
	width:100%;
	z-index:99;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */
.header {
    position: absolute !important;
	width:100%;
	z-index:99;
    height: 145px;
}
#spacer { height: 145px; }
.header, .header * {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.2s ease-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-out; /* Opera */
}
.header.scroll {
	position:fixed !important;
    height: 75px;
}
.header.scroll .top-nav { display: none; }
.header.scroll .elementor-container.elementor-column-gap-default {
	height: 100%;
}
.header .logo {
	background-image: url("assets/images/paws-and-think-logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	width: 170px;
    display: block;
}
.header.scroll .logo {
	background-image: url("assets/images/paws-and-think-logo-text.svg");
    height: 40px;
}
.top-nav {
    margin-bottom: 30px;
}


/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul { margin:0; padding:0; list-style-type:none; }
nav ul li { display:inline-block; }

/* MAIN NAVIGATION */
li.button.orange {
	transition: background-color 0.2s ease-out !important;
	-moz-transition: background-color 0.2s ease-out !important; /* Firefox 4 */
	-webkit-transition: background-color 0.2s ease-out !important; /* Safari and Chrome */
	-o-transition: background-color 0.2s ease-out !important; /* Opera */
    background-color: #F78B1F !important;
    margin-right: 0 !important;
}
li.button.orange > a::before {
	content: "\f1b0";
    font-weight: 900;
	font-family: 'Font Awesome 5 Pro' !important;
    color: #FFF;
    display: inline-block !important;
    margin-right: 10px !important;
}
li.button.orange > a {
    color: #FFF !important;
    padding: 0 20px !important;
}
li.button.orange:hover > a {
    color: #FFF !important;
    background-color: #DA7D20 !important;
}


/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
}
aside ul {
}
aside ul li {
}

/* WIDGETS */
input#mce-EMAIL.email {
}

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

.title-wrapper {
    padding: 2em;
}
.content-wrapper {
    padding: 4em 2em;
}



.recent-posts .elementor-post__text {
    padding: 50px 0 0 0 !important;
    margin-bottom: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}

.featured-post .elementor-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.featured-post .elementor-post__read-more {
    color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	background-color: var( --e-global-color-primary );
	padding: 8px 16px 8px 16px;
	display: inline-block;
	margin-top: 20px;
}

/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}
.acf-map {
	width: 100%;
	height: 400;
	border: #ccc solid 1px;
	margin: 20 0;
}
.page-link {
	border-top:solid 1px #CECECE;
	margin-top:20;
	text-align:center;
	clear:both;
	padding:2%;
}
.page-link a {
	font-weight:700;
}
.previous, .next { display:inline; }
.previous { margin-right:10; padding-right:10; border-right:solid 1px #646464;  }
.previous i { margin-right:6px; }
.next i { margin-left:6px; }



/* SOCIAL ICONS */

/* BUTTONS */
.button a {
 transition: all .2s ease-in-out; }
.button a:hover { transform: scale(1.1); }
.paypal_btn {
    border-radius: 0 !important;
    -webkit-appearance: none;
}



/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */
footer {
}

/* COLOPHON */
.colophon {
	font-size:10;
	padding:10 0;
	margin:0 auto;
}
.colophon p {
	color:#fff;
	font-size: 10;
	margin:0;
}

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

.elementor-menu-toggle i:before {
    content: "\f0c9";
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\f00d";
}
#no-results {
    display: none;
}
.search-no-results #no-results {
    display: block;
}



@media all and (max-width: 1100px) {
}
@media all and (max-width: 1024px) {
	/* MAIN NAV RESPONSIVE */
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
        margin: 0 1% 0 0;
    }
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px;
        padding: 0 6px;
    }
    #mega-menu-wrap-main #mega-menu-main {
        text-align: right !important;
    }    
}
@media all and (min-width: 767px) and (max-width: 930px) {
    #mega-menu-wrap-main .mega-menu-toggle + #mega-menu-main {
        top: 60px !important;
    }
}
@media all and (max-width: 930px) {
	/* MAIN NAV RESPONSIVE */
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
        margin: 0 1% 0 0;
    }
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        padding: 0 20px;
    }
    .paypal_btn {
        width: 50% !important;
    }    
    #mega-toggle-block-1 { display: block !important; }
    #mega-toggle-block-2 { display: none !important; }
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on:last-child > a.mega-menu-link {
        background-color: #F78B1F !important;
    }
}
@media all and (min-width: 767px) {
    #mega-toggle-block-1 { display: none !important; }
    #mega-toggle-block-2 { display: block !important; }
}
@media all and (max-width: 767px) {
    h1, h1 a {
        font-size: 60px;
    }
    .page-title h1 {
        font-size: 40px;
    }
    blockquote {
        padding: 0;
        margin: 0;
    }
    .header, .header.scroll {
        position: relative !important;
        height: auto;
    }
    .top-nav {
        display: none;
    }
    .content-wrapper {
        padding: 2em;
    }
    .header .logo {
        background-position: left;
    }
    #mega-menu-wrap-main .mega-menu-toggle + #mega-menu-main {
        top: 70px !important;
    }
    
    /* Hide spacer */
    article > div > .elementor-section-wrap > section:first-child {
        display: none;
    }
    .featured-post .elementor-post,
    .recent-posts .elementor-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .home .elementor-posts .elementor-post,
    .featured-post .elementor-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .featured-post .elementor-post .elementor-post__thumbnail__link {
        margin-left: 0 !important;
        margin-bottom: 35px !important;
    }    
    .alignright {
        margin: 0 auto 20px;
        float: none;
        width: 100%;
    }
}
@media all and (max-width: 568px) {
    .paypal_btn {
        width: 100% !important;
    }    
}
@media all and (max-width: 450px) {
    .mobile-nav .social .elementor-grid {
        word-spacing: normal !important;
    }
    .mobile-nav .social .elementor-grid-item {
        word-spacing: normal !important;
        margin: 0 6px;
    }
    .search > div {
        margin: 10px 6px !important;
    }
}
