/*
Theme Name: SimpleMag Child
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/


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

/* BEGIN CUSTOM STYLE
-------------------------------------- */
/***************************************************************/
/******IMAGE HOVER EFFECTS**************************************/
/***************************************************************/

.entry-content a img::hover{
	opacity:.5;
}

.adrotate_widgets a img{
	background:#ffffff;
}

.adrotate_widgets a img:hover{
	opacity:.75;
}


/***************************************************************/
/******WP CONVERT POPUPS****************************************/
/***************************************************************/
#smile-optin-form .cp-form .cp-form-field{
	font-family:lobsterregular;
	text-transform:lowercase;
	font-size:24px;
	
}

/***************************************************************/
/******HEADER & MENU********************************************/
/***************************************************************/

/*REMOVES ANNOYING CATEGORY LINKS IN MEGA MENU*/
.main-menu .mega-menu-container .mega-menu-posts-title{
	display:none;
}
/* ADJUST LOGO PADDING */
.top-strip-logo{
     padding-top:7px;
}



/***************************************************************/
/******POST CONTENT*********************************************/
/***************************************************************/

/* BLOCK QUOTES */
.entry-content blockquote{
	width:50%;
	float:right;	
}
.entry-content blockquote p{
	font-family:lobsterregular!important;
	color#666666;
}

.body p{
	font-weight:200!important;
}

.entry-content p a{
	font-weight:500;
}


/*TEXT HIGHLIGHTING EFFECTS*/
.entry-content p::selection{
	background:#FFCC0D;
}

/* UNDER ARTICLE AD*/
.underad{
	padding-bottom:25px;
}

/***************************************************************/
/******SLIDER IMAGE ADJUST**************************************/
/***************************************************************/

/*FIX SLIDER MAIN IMAGE HEIGHT ISSUE*/
.global-sliders img{
	min-height:515px;
}

/***************************************************************/
/******CONTACT FORM*********************************************/
/***************************************************************/

/* RECAPTCHA:
id:recap class:contact_recap
*/
/***************************************************************/
/******MY MAIL**************************************************/
/***************************************************************/
.mymail-form .submit-button{
	width:100%;
}
.mymail-form .input{
	font-size:24px;
	font-family:lobsterregular;
	text-transform:lowercase;
}

/***************************************************************/
/******SIDEBAR AREA*********************************************/
/***************************************************************/

/**SIDEBAR ADS**/
.widget-container{
	margin-bottom:36px;
}

.widget-title{
	text-align:center;
	font-size:28px;
	padding-bottom:8px;
}
.sidebar-ad img{
	margin-bottom:24px;
}
.sc-button span{
	font-family:roboto;
	text-transform:uppercase;
	font-size:24px;
}
.full-width-image:before{
	background-color:rgba(255, 255, 255, 0)!important;
}
/****************************************************************/
/********CUSTOM FONTS********************************************/
/****************************************************************/
@font-face {
    font-family: 'lobsterregular';
    src: url('../../fonts/lobster-webfont.eot');
    src: url('../../fonts/lobster-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/lobster-webfont.woff2') format('woff2'),
         url('../../fonts/lobster-webfont.woff') format('woff'),
         url('../../fonts/lobster-webfont.ttf') format('truetype'),
         url('../../fonts/lobster-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}