/*

Theme Name: WetHead

Theme URI: wethead.toys

Author: RC

Author URI: 

Description: A custom template for zing toys subdomain site wethead

Version: 1.0

Tags: zing toys, wethead

*/

body {

    background-color: #fff;

}

@font-face {

    font-family: 'dimboitalic';

    src: url('/wp-content/themes/wethead/fonts/dimbo_italic-webfont.woff2') format('woff2'),

         url('/wp-content/themes/wethead/fontsdimbofont/dimbo_italic-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'dimboregular';

    src: url('/wp-content/themes/wethead/fonts/dimbo_regular-webfont.woff2') format('woff2'),

         url('/wp-content/themes/wethead/fonts/dimbo_regular-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;



}



/***********Header**************/



header {

	

	overflow: hidden;

	

}

header .head {

    background-image: url(/wp-content/themes/wethead/images/head_back.png);

    padding: 20px 10px;

    -moz-box-shadow: inset 0 -15px 15px -5px rgba(0, 0, 0, 0.5);

    -webkit-box-shadow: inset 0 -15px 15px -5px rgba(0, 0, 0, 0.5);

    box-shadow: inset 0 -15px 50px -5px rgba(0, 0, 0, 0.5);

	

	height: 220px;

	overflow: hidden;

}



header .head .row {

	height: 100%;

}



header .head .row .column {

	height: 100%;

}

header .head .first-column > div {

	max-width: 300px;

	width: 100%;

	text-align: center;

    top: 50%;

    -ms-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-o-transform: translateY(-50%);

    transform: translateY(-50%);

    bottom: auto !important;

}



header .head .first-column > div img {

	width: 100%;

}

header .head .second-column {

    text-align: center;

}

header .head .third-column {

    text-align: right;

}

header .head .third-column img {

    width: 100px;

}

header .head .bottom {

    position: relative;

}

header .head .bottom div {

    position: absolute;

    bottom: 0;

    padding: 0 15px;

}

header .head .third-column div {

    right: 20px;

}

header .head .third-column img.responsive-menu-bar {

	display: none;

}

header .head .third-column a.active img.responsive-menu-bar.open-menu,

header .head .third-column a img.responsive-menu-bar.close-menu {

	display: none;

}

header .head .third-column a.active img.responsive-menu-bar.close-menu {

	display: block;

}

/*For language switcher*/

header .wpml-ls {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    text-align: left;
}

header .wpml-ls img.wpml-ls-flag {
    width: auto;
}

nav#menu.panel .wpml-ls {
    background-color: transparent;
}
nav#menu.panel .wpml-ls ul li.wpml-ls-first-item,
nav#menu.panel .wpml-ls ul li.wpml-ls-last-item {
    padding: 10px 10px 0 10px !important;
}
nav#menu.panel .wpml-ls ul.wpml-ls-sub-menu li {
    padding: 0 10px !important;
}
nav#menu.panel .wpml-ls a.wpml-ls-item-toggle,
nav#menu.panel .wpml-ls ul.wpml-ls-sub-menu a {
    color: #000 !important;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
}
nav#menu.panel .wpml-ls ul.wpml-ls-sub-menu {
    margin-top: 0 !important;
    border: none;
}



/*=== Mobile Menu ====*/

header.push {

    position: relative;

}

header .third-column a.menu-link {

    z-index: 100;

}

header .third-column a.menu-link i {

    font-size: 60px;

    -webkit-text-fill-color: #C00;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #fff;;

    text-shadow: 1px 1px 10px #000;

}

header .third-column button.hide-me {

    display: none;

}

header .third-column button:focus {

    outline: none;

}

nav#menu.panel {

	display: none;

    background: #00aeef;

    overflow-y: scroll;

    z-index: 100;

}

nav#menu.panel ul {

    list-style-type: none;

    margin-top: 20px;

    padding: 0;

    text-align: center;

}

nav#menu.panel ul li {

    padding: 10px;

    font-family: 'dimboregular';

    font-size: 26px;

}

nav#menu.panel ul li:not(:last-child) {

    border-bottom: 1px dashed #5DB9DC;

}

nav#menu.panel ul li a {

    color: #fcd203;

}

nav#menu.panel ul li a:hover {

    text-decoration: none;

}

nav#menu.panel li.current-menu-item a {

    color: #fff;

}

nav#menu.panel .store-btn {

    text-align: center;

}

/*=== End Mobile Menu ====*/



header nav {

    -webkit-box-shadow: inset 0px -10px 0px 0px rgba(245,173,0,0.5);

    -moz-box-shadow: inset 0px -10px 0px 0px rgba(245,173,0,0.5);

    box-shadow: inset 0px -10px 0px 0px rgba(245,173,0,0.5);



    background-image: url(/wp-content/themes/wethead/images/shine.png), -webkit-linear-gradient(#fcc403, #fcc403);

    background-image: url(/wp-content/themes/wethead/images/shine.png), -moz-linear-gradient(#fcc403, #fcc403);

    background-image: url(/wp-content/themes/wethead/images/shine.png), -o-linear-gradient(#fcc403, #fcc403);

    background-image: url(/wp-content/themes/wethead/images/shine.png), linear-gradient(#fcc403, #fcc403);



    background-repeat: no-repeat, no-repeat;

    background-position: center, center;

}



header nav ul {

    list-style-type: none;

    padding: 20px 0;

    text-align: center;

}



header nav ul li {

    display: inline-block;

    font-family: 'dimboregular';

	padding: 0 3%;

	border-left: 1px solid #fff;

    border-right: 1px solid #fff;

    line-height: 10px;

    font-size: 25px;

    text-transform: uppercase;

    position: relative;

    top: 5px;

}

header nav ul li:not(:first-child) {

    border-left: none;

}

header nav ul li a {

	color: #d75217;

}

header nav ul li a:hover {

    text-decoration: none;

    color: #fff;

}

/*Just in case*/

header nav ul li a:focus {

    text-decoration: none;

    color: #fff;

}

header nav ul li.current-menu-item a {

	color: #fff;

}



header nav input.search-box {

    padding: 10px;

    width: 100%;

    text-align: center;

    font-size: 20px;

    color: #f9cfc3;

    border: 1px solid #fff;

}

header nav input.search-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #f9cfc3;

}

header nav input.search-box::-moz-placeholder { /* Firefox 19+ */

    color: #f9cfc3;

}

header nav input.search-box:-ms-input-placeholder { /* IE 10+ */

    color: #f9cfc3;

}

header nav input.search-box:-moz-placeholder { /* Firefox 18- */

    color: #f9cfc3;

}

header nav {

    text-align: center;

}

header nav h1 {

    display: inline-block;

    font-family: 'dimboregular';

    margin: 0;

    background-repeat: no-repeat;

    background-size: auto 100%;

    display: inline-block;

    padding-left: 45px;

	color: rgb(158, 60, 16);

	background-size: 36px 36px;

    background-position: 0;

    font-size: 30px;

    margin: 0 10px;

}



/*Search Form & Page*/

#searchform {

	

	display: none;

	position: relative;

	height: 50px;

	

}



#searchform input#s {

	

	position: absolute;

    top: 0;

    left: 0;

	

}



.search-results div#content > div {

	

	max-width: 700px;

    width: 95%;

    margin: auto;

    font-family: dimboregular;

	

}



.search-results div#content > div h2 {

	

	font-size: 50px;

	

}



.search-results div#content > div ul {

	

	list-style-type: square;

	font-size: 30px;

	

}

/**************Content***********************/

    div#content {

        max-width: 1762px;

        width: 98%;

        margin: auto;

        padding-top: 50px;;

		min-height: 60vh;

		overflow-x: hidden;

    }



/*********** 404 Page **********/

	.error404 div#content > div {

		

		max-width: 700px;

		width: 90%;

		margin: auto;

		background-color: #efefef;

		border-radius: 5px;

		padding: 3%;

		font-family: dimboregular;

		

	}

	

	.error404 div#content > div h1 {

		

		font-size: 100px;

		

	}

	.error404 div#content > div h4 {

		

		font-size: 50px;

		

	}

	

	.error404 div#content > div h6 {

		

		font-size: 20px;

		

	}

	

	.error404 div#content > div div {

		

		font-size: 24px;

		

	}

	

	.error404 div#content > div div ul {

		

		list-style-type: square;

		

	}



/*********** Default Page Template **********/



	.page-template-default div#content {



		font-family: Arial;

		font-size: 16px;

    	padding: 20px 15px;



	}



	.page-template-default div#content h1 {



		margin-top: 0;

		text-align: center;

        font-family: dimboregular;

        font-size: 60px;

        margin-bottom: 24px;

        text-transform: uppercase;



	}



/*********** Home Page **********/

	div#content .videoWrapper {

		position: relative;

		padding-bottom: 56.25%; /* 16:9 */

		height: 0;

	}

	div#content .videoWrapper iframe {

		position: absolute;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

	}

    a.fancybox-nav {

        display: none;

    }

    div#content .background {

        width: 100%;

    }

    div#content div.videos-container {

        position: relative;

    }

    div#content div.videos-container:before {

    	content: ' ';

    	width: 100%;

    	height: 100%;

    	position: absolute;

    	z-index: 1;

	    background-color: rgba(0,0,0,0.5);	

    }

	div#content div.videos-container img.background-video {

		display: none;

		width: 100%;

	}

	div#content div.videos-container img.background-video.display-poster {

		display: block;

	}

	div#content div.videos-container video.remove-video,

	div#content div.videos-container div.remove-video {

		display: none;

	}

    div#content div.videos-container div.overlay {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        background-color: rgba(0,0,0,0.5);

        display: flex;

        align-items: center;

        justify-content: center;



        display: -webkit-flex;

        -webkit-align-items: center;

        -webkit-justify-content: center;

    }

    div#content div.videos-container div.overlay .videos-content {

        text-align: center;

        color: #fff;

        width: 100%;

        z-index: 1;

    }

    div#content div.videos-container .videos-content h1 {

        font-family: 'dimboregular';

        font-size: 100px;

        margin-bottom: 5%;

    }

    div#content div.videos-container .videos-content a {

        color: #fff;

    }

    div#content div.videos-container .videos-content a:hover {

        text-decoration: none;

    }

    div#content div.videos-container .videos-content p.buy-now-btn {

        margin-top: 3%;

    }

    div#content div.videos-container .videos-content p.buy-now-btn a {

        font-family: 'dimboregular';

        font-size: 22px;

        padding: 1% 8%;;

        border-radius: 8px;

        border: 3px solid #fff;

        background-image: url(/wp-content/themes/wethead/images/buy-now-background.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

    }

    div#content > .sections {

    	/*margin-bottom: 3%;*/



        margin-bottom: 60px;

    }

    div#content #awards-section {   

        background-color: #e8e8e8;

		padding-bottom: 20px;

    }

    div#content .sections > h2 {

        -webkit-box-shadow: inset 0px -15px 0px 0px rgba(245,173,0,0.5);

        -moz-box-shadow: inset 0px -15px 0px 0px rgba(245,173,0,0.5);

        box-shadow: inset 0px -15px 0px 0px rgba(245,173,0,0.5);

        padding: 10px 0;

        text-align: center;

        font-family: 'dimboregular';

        color: #d75217;

        font-size: 50px;

        margin-top: 60px;



        background-image: url(/wp-content/themes/wethead/images/shine.png), -webkit-linear-gradient(#fcc403, #fcc403);

        background-image: url(/wp-content/themes/wethead/images/shine.png), -moz-linear-gradient(#fcc403, #fcc403);

        background-image: url(/wp-content/themes/wethead/images/shine.png), -o-linear-gradient(#fcc403, #fcc403);

        background-image: url(/wp-content/themes/wethead/images/shine.png), linear-gradient(#fcc403, #fcc403);

        background-repeat: no-repeat, no-repeat;

        background-position: center, center;

    }

    div#content #awards-section .awards {

        text-align: center;

    }

    div#content #awards-section .awards img {

        max-height: 100px;

    }


    div#content #awards-section .awards img:nth-child(2) {
        max-height: none;
        height: 120px;
    }

    div#content #banner-section .row > div.banner-item,

    div#content div.product-section .row {

    	position: relative;

    }

    div#content div.product-section .row > div:first-child,

    div#content #banner-section .row > div.banner-item:first-child {

    	left: -15px;

    }

    div#content div.product-section .row > div:last-child,

    div#content #banner-section .row > div.banner-item:last-child {

    	right: -15px;

    }

    div#content #banner-section .banner-item img {

        width: 100%;

    }

    div#content #instagram-section {

    	background-color: #e8e8e8;

    }

    div#content #instagram-section h2 {

        margin-top: 0;

        margin-bottom: 0;

    }

    div#content #instagram-section div.owl-item img {

        width: 100%;

    }

    div#content #instagram-section #instagram-modals .modal-dialog {

        max-width: 670px;

        width: 100%;

    }

    div#content #instagram-section #instagram-modals .modal-content {

        background-color: transparent !important;

        box-shadow: none;

        border: none;

    }

    div#content #instagram-section #instagram-modals .modal-content .modal-header {

        padding-bottom: 0;

        text-align: right;

    }

    div#content #instagram-section #instagram-modals .modal-content .modal-header i {

        font-size: 60px;

        color: #ad1b1b;

    }

    div#content #instagram-section #instagram-modals .modal-content .modal-body .image img {

    	max-width: 100%;

    }

    div#content #instagram-section #instagram-modals .modal-content .modal-footer {

        background-color: #fff;

        border-radius: 5px;

        text-align: left;

    }

    div#content #instagram-section #instagram-modals .modal-content .modal-header,

    div#content #instagram-section #instagram-modals .modal-content .modal-footer {

        border: none;

    }

    div#content #instagram-section #instagram-modals .type-video .modal-body .image,

    div#content #instagram-section #instagram-modals .type-image .modal-body .video {

        display: none;

    }

    div#content #instagram-section #instagram-modals .type-video video {

        width: 100%;

    }

    div#content #instagram-section #instagram-post {

    	padding: 15px;

    }

    div#content #instagram-section #instagram-post div.click-circle {

        position: relative;

        padding: 5px;

        padding-top: 0;

    }

    div#content #instagram-section #instagram-post div.click-circle:hover img {

    	opacity: 0.8;

    	cursor: pointer;

    }

    div#content #instagram-section #instagram-post div.click-circle img:before {

        position: absolute;

        top: 5px;

        right: 40px;

    }

    div#content #instagram-section #instagram-post .type-video,

    div#content #instagram-section #instagram-post .type-image {

    	position: relative;

    }

    div#content #instagram-section #instagram-post .type-video:before,

    div#content #instagram-section #instagram-post .type-image:before {

        position: absolute;

        z-index: 1;

        top: 5px;

        background-size: auto 100%;

        display: inline-block;

        width: 44px;

        height: 30px;

        content: "";

        background-repeat: no-repeat;

    }

    div#content #instagram-section #instagram-post .type-video:before {

        background-image: url('images/vid.png');

        right: 5px;

    }

    div#content #instagram-section #instagram-post .type-image:before {

        background-image: url('images/ig_logo.png');

        right: -5px;

    }



    /*Mobile content*/

    div#content div.social-media-mobile {

        text-align: center;

    }

    div#content div.social-media-mobile p.bot-social-media {

        font-family: 'dimboregular';

        font-size: 35px;



        text-shadow: 1px 1px 0 #1878bb, -1px -1px 0 #1878bb, 1px -1px 0 #1878bb, -1px 1px 0 #1878bb, 3px 3px 5px transparent;

    	color: #fff;

    }

    div#content div.social-media-mobile a {

        padding: 0 5px;

    }

    div#content div.social-media-mobile a i {

        font-size: 50px;

        color: #fff;

        background-color: #C00;

        padding: 10px 0;

        border-radius: 8px;

        width: 72px;

    }		

	div#content div.social-media-mobile.banner {				

		opacity: 1;			

	}	

	div#content div.social-media-mobile.banner a:hover i {				

		opacity: 0.5;			

	}



/*********** Product Page **********/

    /*content common css*/

    .page-template-product footer .foot {

        margin-top: 0;

    }

    div.product-section div.content img {

    	max-width: 560px;

        width: 100%;

        height: auto;

        margin: auto;

    }

    div#content div.product-section {

        font-family: 'dimboregular';

    }

    div#content div.product-section .container-fluid {

        padding: 25px 0;

    }

    div#content div.product-section div.content {

        background-size: 100% 100%;

        background-repeat: no-repeat;

        width: 100%;

    }

    div#content .first-half {

        margin-bottom: 3%;

        background-color: #e8e8e8;

        padding-bottom: 25px;

    }

    div#content .second-half {

        background-color: #fff;

    }

    div#content .first-half img {

        -webkit-box-shadow: 0 0 10px #ab9a9a;

        -moz-box-shadow: 0 0 10px #ab9a9a;

        box-shadow: 0 0 10px #ab9a9a;

        width: 100%;

    }



    div#content div.product-section .row {

    	width: 100%;

    	margin: 0;

    }

    

    /*First Half*/

    div#content .first-half div.mobile-view {

    	display: none;

    }

    div#content .first-half table.desktop-view div.item-content-price {

    	height: 100%;

    	padding-top: 5px;

    	position: absolute;

    	top: 0;

    	right: 0;

    }

    div#content .first-half table.desktop-view td.first-column {

    	padding-top: 7px;

    	padding: 7px 0 0 20px;

    }

    div#content .first-half h2 {

        padding: 8px 0;

        text-align: center;

        font-family: 'dimboregular';

        color: #fff;

        font-size: 50px;

        margin-bottom: 3%;



        background-image: url(/wp-content/themes/wethead/images/shine.png), -webkit-linear-gradient(#f5ad00, #f5ad00);

        background-image: url(/wp-content/themes/wethead/images/shine.png), -moz-linear-gradient(#f5ad00, #f5ad00);

        background-image: url(/wp-content/themes/wethead/images/shine.png), -o-linear-gradient(#f5ad00, #f5ad00);

        background-image: url(/wp-content/themes/wethead/images/shine.png), linear-gradient(#f5ad00, #f5ad00);

        background-repeat: no-repeat, no-repeat;

        background-position: center, center;

    }

    div#content .first-half .product-items-listing div.individual-item {

        margin-bottom: 2%;

        padding: 0 5px;

    }

    div#content .first-half .product-items-bottom p {

        font-family: 'dimboregular';

        text-align: center;

    }

    div#content .first-half #product-item-second-column:not(.full-width) .product-items-bottom {

        position: static;

    }

    div#content .first-half .product-items-bottom {

        position: absolute;

        bottom: 5%;

        width: 100%;

        padding: 0 15px;

    }

    div#content .first-half .product-items-bottom.ie {

        position: relative;

        bottom: -8vw;

    }

    div#content .first-half .product-items-bottom p:first-child {

        font-size: 50px;

        color: #d75217;

        margin-bottom: 0;

    }

    div#content .first-half .product-items-bottom > a {
        text-decoration: none;
    }

    div#content .first-half .product-items-bottom p.button a {

        color: #fff;

        text-shadow: none;

    }

    div#content .first-half .product-items-bottom p.button a:hover {

        color: #fff;

        text-decoration: none;

    }

    div#content .first-half .product-items-bottom p.button {

        border-radius: 8px;

        border: 3px solid #fff;

        background-image: url(/wp-content/themes/wethead/images/buy-now-background.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        -webkit-text-fill-color: #fff;

        -webkit-text-stroke-color: transparent;

        -webkit-text-stroke-width: 0;

        font-size: 26px;

        padding: 15px;

        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);        

        max-width: 470px;

        margin: auto;

    }

        /*Second Half*/

    /*Product Details Section*/

    div#content div.head-section img {

        width: 90%;

        height: auto;

        display: block;

        margin: auto;

    }

    div#content div.product-details div.content {

        background-image: url(images/product-yellow-back.png);

        font-size: 36px;  

        line-height: 1;       

    }

    div#content div.product-details div.content {

    	color: #d75217;

    }



    div#content div.product-details [class*='col-']:nth-child(1),

    div#content div.product-details [class*='col-']:nth-child(3) {

        text-align: center;

    }

    div.product-details p.button {

        border-radius: 8px;

        border: 3px solid #fff;

        background-image: url(/wp-content/themes/wethead/images/buy-now-background.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        -webkit-text-fill-color: #fff;

        -webkit-text-stroke-color: transparent;

        -webkit-text-stroke-width: 0;

        font-size: 26px;

        padding: 15px;

        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);

    }

    div.product-details div.content ul {

        list-style-type: none;

    }

    div.product-details div.content img {

        max-width: 300px;

    }

    div.product-details div.content {

    	min-height: 275px;

        padding: 0 10%;

        position: relative;

    }

    div.product-details div.content div {

    	position: absolute;

		top: 50%;

		-ms-transform: translateY(-50%);

		-webkit-transform: translateY(-50%);

		-moz-transform: translateY(-50%);

		-o-transform: translateY(-50%);

		transform: translateY(-50%);

	    width: 80%;

    }

    div.product-details div.content div p.button a {

    	color: #fff;

    	text-shadow: none;

    }



    /*Instructions Section*/

    div.instructions div.content {

        font-size: 45px;

        color: #fff;

        text-align: center;

    }

    div.instructions div.content img.arrow-right {

        position: absolute;

        width: auto;

        z-index: 1;



        top: 50%;

        left: 101%;

        -ms-transform: translate(-50%, -50%);

		-webkit-transform: translate(-50%, -50%);

		-moz-transform: translate(-50%, -50%);

		-o-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

    }

    div.instructions [class*='col-']:last-child img.arrow-right {

        display: none;

    }

    /*Where to buy Section*/

    div.where-to-buy {

        text-align: center;

        width: 100%;

        margin: auto;

        background-color: #e8e8e8;

    }

    div.where-to-buy h3 {

    	background-image: url(images/shine-red.png), -webkit-linear-gradient(#bf1e30, #bf1e30);

    	background-image: url(images/shine-red.png), -moz-linear-gradient(#bf1e30, #bf1e30);

    	background-image: url(images/shine-red.png), -o-linear-gradient(#bf1e30, #bf1e30);

        background-image: url(images/shine-red.png), linear-gradient(#bf1e30, #bf1e30);

        background-repeat: no-repeat, no-repeat;

        background-position: center, center;

        font-size: 36px;

        padding: 10px 0;

        color: #fff;

        margin: 0;

    }

    

    div#content div.product-section div.store-logos {

	    padding: 25px 6%;

	    margin-bottom: 10%;

    }

    div#content div.product-section div.store-logos a:focus,
    div#content div.product-section div.store-logos a:active,
    div#content div.product-section div.store-logos a:hover {
        text-decoration: none;
    }

    div.where-to-buy .store-logos div {

    	height: 230px;

        width: 230px;

        background-color: #fff;

        line-height: 230px;

        margin: 1%;

        position: relative;

    }

    div#content div.product-section div.store-logos a:hover {

        text-decoration: none;

    }

    div.where-to-buy .store-logos div img {

        width: 70%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;

    }



/*********** App Page **********/

    .page-template-app div#content .app-banner-container img {

        width: 100%;

    }

    .page-template-app div#content > div {

        margin-bottom: 3%;

    }

    .page-template-app div#content .features-container {

        background-color: #e8e8e8;

        padding: 3% 0;

    }

    .page-template-app div#content .features-container > .row {

    	width: 100%;

    	margin: 0;

    }

    .page-template-app #content .head-section {

        padding: 5% 0;

    }

    .page-template-app #content h3 {

        text-align: center;

        font-family: 'dimboregular';

    }

    .page-template-app #content .features-section h3 {

        font-size: 3.5vw;

        color: #2d92c8;;

    }

    .page-template-app #content .foot-section h3 {

        color: #FF0000;

        font-size: 90px;

    }

    .page-template-app #content .features-section div.row > div {

        text-align:center;

    }

    .page-template-app #content .features-section img {

        width: 100%;

    }

    .page-template-app #content .features-section p.below-feature {
        font-family: 'dimboregular';
        color: #9e3c10;
        font-size: 1.5vw;
        margin-top: 5%;
        line-height: 1;
    }

    .page-template-app #content .features-container .head-section.full-width img {

        position: absolute;

        top: 50%;

        -ms-transform: translateY(-50%);

		-webkit-transform: translateY(-50%);

		-moz-transform: translateY(-50%);

		-o-transform: translateY(-50%);

        transform: translateY(-50%);

    }



/*********** News Page **********/



    .page-template-news div#content {

        font-family: 'dimboregular';

    }

    .page-template-news div#content .contain-all-news {

        background-color: #e8e8e8;

        padding: 50px;

    }

    .page-template-news div#content div.mobile-view {

        display: none;

    }

    .page-template-news div#content > h2 {

    	background-image: url(/wp-content/themes/wethead/images/shine.png), -webkit-linear-gradient(#f5ad00, #f5ad00);

    	background-image: url(/wp-content/themes/wethead/images/shine.png), -moz-linear-gradient(#f5ad00, #f5ad00);

    	background-image: url(/wp-content/themes/wethead/images/shine.png), -o-linear-gradient(#f5ad00, #f5ad00);

        background-image: url(/wp-content/themes/wethead/images/shine.png), linear-gradient(#f5ad00, #f5ad00);

        background-repeat: no-repeat, no-repeat;

        background-position: center, center;

        padding: 8px 0;

        text-align: center;

        font-family: 'dimboregular';

        color: #fff;

        font-size: 50px;

        margin-bottom: 0;

    }

    .page-template-news div#content .news-entry {

        margin-bottom: 4%;

    }

    .page-template-news div#content .thumbnail-blog img {

        display: block;

        margin: auto;

        max-width: 90%;

    }

    .page-template-news div#content .body-blog .contain-all-content {

        height: 100%;

       	overflow: auto;

       	position: relative;

   	    min-height: 450px;

    }

    .page-template-news div#content .body-blog h2 {

        font-size: 55px;

        color: #9e3c10;

        background-color: #f5ad00;

        margin-top: 0;

        margin-bottom: 10px;

        padding: 20px;

    }

    .page-template-news div#content .body-blog p:not(.button) {

        font-size: 28px;

        color: #d75217;

        padding: 0 20px;

        font-family: Arial;

    }

    .page-template-news div#content .body-blog p.button {

        position: absolute;

        left: 50%;

        -ms-transform: translateX(-50%);

		-webkit-transform: translateX(-50%);

		-moz-transform: translateX(-50%);

		-o-transform: translateX(-50%);

        transform: translateX(-50%);

        bottom: 20px;

    }

    .page-template-news div#content .body-blog p.space {

        font-size: 40px;

    }

    .page-template-news div#content .body-blog a.more-link {

        display: none;

    }

    .page-template-news div#content .body-blog p.button a {

        background-image: url(/wp-content/themes/wethead/images/buy-now-background.png);

        box-shadow: 0px 0px 1px rgb(170, 60, 16);

        background-size: 100% 100%;

        padding: 5px 45px;

        color: #fff;

        border-radius: 6px;

        border: 3px solid #fff;

        font-size: 25px;

    }

    .page-template-news div#content .body-blog p.button:before {

    	content: ' ';

    	position: static;



    }

    .page-template-news div#content .body-blog p.button,

    .page-template-news div#content .body-blog p.button a:hover {

    	cursor: pointer;

    	text-decoration: none;

    }

    .page-template-news div#content nav.custom-pagination {

        text-align: center;

        height: 55px;

        margin: 10% 0;

    }

    .page-template-news div#content nav.custom-pagination a {

        margin-right: 10px;

    }

    .page-template-news div#content nav.custom-pagination a:last-child {

        margin: 0;

    }

    .page-template-news div#content nav.custom-pagination a.current {

        width: 100px;

        display: inline-block;

        background-color: #ebebeb;

        font-size: 20px;

        position: relative;

        top: 5px;

        line-height: 50px;

    }

    .page-template-news div#content nav.custom-pagination a:hover img {

        opacity: 0.5;

    }



    /*Modal*/

    .page-template-news .news-modal .modal-dialog {

        border: 3px solid #fff;

        border-radius: 5px;

        max-width: 900px;

        width: 95%;

        margin-left: auto;

        margin-right: auto;



        margin-top: 55px;

    }

    .page-template-news .news-modal .modal-header {

        padding: 0;

        background-color: #f5ad00;

        position: relative;

    }

    .page-template-news .news-modal .modal-header h2 {

        color: #9e3c10;

        text-align: center;

        font-size: 40px;

        margin-top: 10px;

        padding-right: 48px;

    }

    .page-template-news .news-modal .modal-header img.close {

        position: absolute;

/*        right: 10px;

        top: 50%;*/

        width: 40px;

        opacity: 1;

/*        -ms-transform: translateY(-50%);

		-webkit-transform: translateY(-50%);

		-moz-transform: translateY(-50%);

		-o-transform: translateY(-50%);s

        transform: translateY(-50%);*/



        right: 5px;

        top: 13px;

    }

    .page-template-news .news-modal .modal-header img.close:hover {

        cursor: pointer;

        opacity: 0.5;

    }

    .page-template-news .news-modal .modal-header img.thumbnail {

        display: block;

        margin: auto;

        padding: 0;

        border-radius: 0;

        border: none;

    }

    .page-template-news .news-modal .modal-body {

        background-color: #e8e8e8;

        padding: 0;

    }

    .page-template-news .news-modal .modal-body > img {

        margin: auto;

        padding-top: 40px;

        background-color: #e8e8e8;

        border: none;

    }

    .page-template-news .news-modal .modal-body .full-content {

        background-color: #fff;

        padding: 30px;

        margin-top: 40px;

    }

    .page-template-news .news-modal .modal-body h2 {

        color: #fff;

        font-size: 40px;

        margin-top: 0;

    }

    .page-template-news .news-modal .modal-body p {

        color: #9e3c10;

        font-size: 20px;

    }

    .page-template-news .news-modal .modal-body .shadow-bot {

        left: 0 !important;

    }



    .page-template-news .modal {

        text-align: center;

    }

    .page-template-news .modal:before {

        display: inline-block;

        vertical-align: middle;

        content: " ";

        height: 100%;

      }

      .page-template-news .modal-dialog {

          display: inline-block;

          text-align: left;

          vertical-align: middle;

        }

        /*Embed Video as thumbnail*/
        .page-template-news .thumbnail-blog {
            position: relative;
        }
        .page-template-news .thumbnail-blog > p {
            position: absolute;
            height: 100%;
            width: 100%;
        }
        .page-template-news .thumbnail-blog > p iframe {
            height: 100%;
            width: 100%;
            padding: 0 5%;
        }

    /*About Page*/
    .page-template-about .about-content {
        background-color: #e8e8e8;
        margin-bottom: 100px;
    }
    .page-template-about .about-content h2 {
        background-image: url(/wp-content/themes/wethead/images/shine.png), -webkit-linear-gradient(#f5ad00, #f5ad00);
        background-image: url(/wp-content/themes/wethead/images/shine.png), -moz-linear-gradient(#f5ad00, #f5ad00);
        background-image: url(/wp-content/themes/wethead/images/shine.png), -o-linear-gradient(#f5ad00, #f5ad00);
        background-image: url(/wp-content/themes/wethead/images/shine.png), linear-gradient(#f5ad00, #f5ad00);
        background-repeat: no-repeat, no-repeat;
        background-position: center, center;
        font-family: 'dimboregular';
        color: #fff;
        font-size: 50px;
        padding: 8px 0;
        margin-top: 0;
    }
    .page-template-about .about-content .content {
        max-width: 1595px;
        width: 95%;
        margin: 0 auto;
        padding: 65px 0;
        font-family: Arial;
        color: #d75217;
        font-size: 25px;
    }
    .page-template-about .about-content .content img {
        display: block;
        width: 100%;
        height: auto;
    }

    /*Videos Page*/

    .page-template-videos div#content {

        font-family: 'dimboregular';

    }

    .page-template-videos div#content img.videos-banner {

        width: 100%;

        margin-bottom: 3%;

    }

    .page-template-videos div#content div.bottom-button {

        text-align: center;

        margin-bottom: 50px;

    }

    .page-template-videos div#content div.bottom-button a {

        color: #fff;

    }

    .page-template-videos div#content div.bottom-button a:hover {

        text-decoration: none;

    }

    .page-template-videos div#content div.bottom-button a:focus,

    .page-template-videos div#content div.bottom-button a span:focus {

        outline: none;

        text-decoration: none;

    }

    .page-template-videos div#content div.bottom-button a span {

        background-image: url(/wp-content/themes/wethead/images/buy-now-background.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        font-size: 3vw;

        padding: 10px 40px;

        border-radius: 10px;



        box-shadow: 1px 1px 5px rgba(0,0,0,0.8);

    	border: 2px solid #fff;

    }



    /*Video Slider*/

    div#content #slides-container {

        position: relative;

    }

    div#content #slides-container #loading-screen {

        position: absolute;

        z-index: 1000;

        width: 100%;

        height: 100%;

        top: 0;

        left: 0;

        background-color: #fff;

    }

    div#content #slides-container #loading-screen > i {

        position: absolute;

        top: 50%;

        left: 45%;

        -ms-transform: translate(-50%, -50%);

        -webkit-transform: translate(-50%, -50%);

        -moz-transform: translate(-50%, -50%);

        -o-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        font-size: 50px;

        color: #d75217;

    }

	div#content #slides-container #slider {	

		margin-bottom: 3%;		

	}

	div#content #slides-container #slider .flex-direction-nav a {

	    overflow: visible;	

	}

	div#content #slides-container #slider .flex-direction-nav a:before {

		font-size: 3vw;

	    position: relative;

	    top: -5px;

	}

    div#content #slides-container video {

        width: 100%;

    }

    div#content #slides-container ul.slides li {

        position: relative;

    }

    div#content #slides-container ul.slides li iframe {

    	position: absolute;

	    top: 0;

	    left: 0;

	    width: 100%;

	    height: 100%;

	    visibility: hidden;

        opacity: 0;

    }

    div#content #slides-container ul.slides li iframe.show-this-video {

    	visibility: visible;

        opacity: 1;

    }

    div#content #slides-container ul.slides li img.thumbnail {

        margin: 0;

    }

    div#content #slides-container ul.slides li div.overlay {

        position: absolute;

        width: 100%;

        height: 100%;

        left: 0;

        top: 0;

        /*background-color: rgba(0,0,0,0.5);*/

    }

    div#content #slides-container ul.slides li div.overlay:hover {

        cursor: pointer;

    }

    div#content #slides-container div.overlay:after {

        content: '\f04b';

        font-family: FontAwesome;

        font-style: normal;

        font-weight: normal;

        color: #fff;

        position: absolute;

        font-size: 3vw;

        background-color: rgba(0,0,0,0.5);

        position: absolute;

        top: 50%;

        left: 50%;

        -ms-transform: translate(-50%, -50%);

		-webkit-transform: translate(-50%, -50%);

		-moz-transform: translate(-50%, -50%);

		-o-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        padding: 0 3%;

        border-radius: 10px;

    }

    div#content #slides-container div.overlay .fa-spinner {

        display: none;

        color: #fff;

        font-size: 5vw;

        position: absolute;

        top: 45%;

        left: 47%;

    }

    div#content #slides-container ul.slides li div.loading-content {

        background-color: rgba(0,0,0,0.9);

    }

    div#content #slides-container ul.slides li div.loading-content:after{

        content: '';

    }

    div#content #slides-container ul.slides li div.loading-content .fa-spinner {

        display: block;

    }

    /*Custom Carousel*/

    div#content #slides-container #carousel .flex-viewport {

        width: 92%;

        margin: auto;

    }

    div#content #slides-container .nav-carousel {

        position: absolute;

        width: 100%;

        height: 100%;

    }

    div#content #slides-container .nav-carousel .controls {

        width: 3%;

        height: 100%;

    }

    div#content #slides-container .nav-carousel .controls a:focus {

    	outline: none;

    }

    div#content #slides-container .nav-carousel .controls a {

        padding: 0;

    }

    div#content #slides-container .nav-carousel .controls a img {

    	max-width: 100%;

	    max-height: 100%;

	    position: absolute;

	    top: 0;

	    bottom: 0;

    }

    div#content #slides-container .nav-carousel .controls a img:focus {

    	outline: none;

    }

    div#content #slides-container .nav-carousel .left {

        float: left;

    }

    div#content #slides-container .nav-carousel .right {

        float: right;

    }

    div#content #slides-container .nav-carousel .right img {

    	right: 0;

    }





    /*New style for slider*/

    div#content #slides-container ul.slides li iframe.show-this-video {

        visibility: visible;

    }



    /*Modal Submit Video*/

    #modal-submit-video .modal-dialog {

        margin-top: 100px;

    }

    #modal-submit-video .modal-dialog .close {

        position: absolute;

        right: 0;

        top: -35px;

        opacity: 1;

        width: 5%;

    }

    #modal-submit-video .modal-dialog .close:hover {

        opacity: 0.5;

    }

    #modal-submit-video .modal-dialog div.modal-content {

        background-image: url(/wp-content/themes/wethead/images/yellow-bar.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        font-size: 24px;

        font-family: dimboregular;

        font-size: 18px;



    }

    #modal-submit-video .modal-dialog div.modal-content label {

        width: 100%;

    }

    #modal-submit-video .modal-dialog div.modal-content input {

        padding: 5px 10px;

        width: 100%;

    }

    #modal-submit-video .modal-dialog div.modal-content input#acceptance {

        width: auto;

    }

    #modal-submit-video .modal-dialog div.modal-content input#submit-video-button {

        background-image: url(/wp-content/themes/wethead/images/buy-now-background.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        color: #fff;

        border: 1px solid #fff;

        border-radius: 5px;

    }

    #modal-submit-video .modal-dialog div.modal-content input#submit-video-button:hover {

        opacity: 0.5;

    }

    #modal-submit-video .modal-dialog div.modal-content form > div {

        margin-bottom: 5%;

    }



    /***** Contact Us Page *******/

    .page-template-contact-us div#content {

        font-family: dimboregular;

        text-align: center;

        padding-top: 0;

    }

    .page-template-contact-us div#content h1 {

        margin-bottom: 5%;

        font-size: 60px;

    }

    .page-template-contact-us div#content .call-cards {

        margin-bottom: 60px;

    }

    .page-template-contact-us div#content .contact-info {

        min-height: 250px;

        margin-bottom: 10px;

    }

    .page-template-contact-us div#content .contact-footer {

        margin-bottom: 50px;

    }

    .page-template-contact-us div#content .contact-info h2,

    .page-template-contact-us div#content .contact-footer h2 {

        font-size: 40px;

    }

    .page-template-contact-us div#content .contact-info p,

    .page-template-contact-us div#content .contact-details p,

    .page-template-contact-us div#content .contact-footer p {

        font-size: 20px;

        line-height: 15px;

        font-family: Arial;

    }

    .page-template-contact-us div#content .contact-details h3 {

        font-size: 28px;

    }

    .page-template-contact-us div#content .contact-info img {

        max-height: 110px;

        width: auto;

    }

    .page-template-contact-us div#content .contact-footer a,

    .page-template-contact-us div#content .contact-details a {

        color: #d75217;

        font-weight: bold;

    }

    .page-template-contact-us div#content a.contact-us-button:hover,
    .page-template-contact-us div#content a.contact-us-button:focus,
    .page-template-contact-us div#content a.contact-us-button:active {
        text-decoration: none;
    }
    .page-template-contact-us div#content a.contact-us-button {
        background-image: url(/wp-content/themes/wethead/images/buy-now-background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        font-size: 30px;
        padding: 10px 40px;
        border-radius: 10px;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
        border: 2px solid #fff;
        color: #fff;
        font-family: 'dimboregular';
    }

/*****************Footer*******************/

footer {

    background-color: rgb(252,196,3);

    -webkit-box-shadow: inset 0px 15px 0px 0px rgb(245,173,0);

    -moz-box-shadow: inset 0px 15px 0px 0px rgb(245,173,0);

    box-shadow: inset 0px 15px 0px 0px rgb(245,173,0);

	

	height: 110px;

	color: #fff;

	overflow: hidden;

}

footer .foot ul {

	text-align: right;

    list-style-type: none;

    margin: 0;

}

footer .foot ul li {

    display: inline-block;

}

footer .foot ul li a {

    padding: 0 1em;

    line-height: 10px;

    border-right: 1px solid #fff;

    color: #fff;

}

footer .foot ul li a:hover {

    text-decoration: none;

    color: #000;

}

footer .foot ul li:last-child a {

    border: none;

}

footer .foot,

footer .foot > .row,

footer .foot > .row > .column {

	height: 100%;

}

footer .foot {

	padding: 15px;

}

footer .foot > .row > .column {

	position: relative;

}

footer .foot .column > div {

	position: absolute;

    top: 50%;

    -ms-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-o-transform: translateY(-50%);

    transform: translateY(-50%);

}

footer .foot .first-column > div {

	right: 0;

}

footer .foot .second-column > div {

	left: 50%;

	-ms-transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

footer .foot .second-column img {

	max-width: 120px;

}

footer .foot .third-column .mobile-view {

	display: none;

}

footer .foot .third-column a.store-button img {

	width: 40%;

}

footer .foot .third-column a.store-button:hover {
    text-decoration: none;
}

footer .foot .third-column i.fa {

    font-size: 18px;

    background-color: #cd191e;

    border-radius: 40%;

    padding: 5px;

    color: #fff;

    width: 30px;

    text-align: center;

}

footer .foot .third-column p.social-media {

    margin-top:10px;

    text-align:center;

}

footer .foot .third-column p.social-media a:hover i.fa {

    background-color: #13a5cf;

}

/**************Common class*********************/

.hide-me {

    display: none;

}