/*
Theme Name: CustomTheme
Theme URI: http://masmedia.hu
Author: Masmedia
Author URI: http://masmedia.hu
Description: Custom Theme from Masmedia
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: CustomTheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.simple-article ul li{
	list-style: disc;
	margin-left: 20px;
}
.simple-article ul li:before{
	display: none !important;
}

/* #Column Shortcodes
----------- */
.one_half, .one_third, .two_third, .one_fourth, .three_fourth{ margin-right: 4%; float: left; }
.one_half { width: 48%; }
.one_third { width: 30.6666%; }
.two_third { width: 65.3332%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.column-last { margin-right: 0 !important; clear: right; }


.menu-menu-1-container{
	display: inline-block;
}
body .chooseBlock {
	padding: 30px 20px 30px 20px ;
}

body .chooseBlock .imgWrapper {
display:none;
}

body  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
    line-height: 1.4;
	padding: 15px 35px;
}

.creativeArtodd{
	margin-left: 0 !important;
	margin-right: 70px;
}

body .bgColorFluid2, body .bgColorFluid{
	width: 40%;
}
body .bgColorFluid3{
	width: 40%;
}

.page-template-about .media-left, .page-template-about .media-right {
    width: 2500px;
}
.page-template-about .simple-article ul li {
    color: #fff;
}
.aboutteamimg img{
	width: 100%;
	height: auto;
}


body .chooseContent .simple-article,
body .simple-article.light p {
    color: #fff;
}
body .chooseBlock{
	border-color: #fff;
}
body .chooseBlock:hover{
	background-color: #37709d !important;
}
body .galleryThumbnail:before{
	background-color: rgba(55,112,157,0.8) !important;
}
body .normal_btn{
	color: #37709d;
}
body .normal_btn:hover{
	color: #4891CB;
}

body .bannerContent .button {
    right: 34%;
}

body .desingBlock .button {
    margin-left: 0;
}

body .testbutton{
	background-color: #37709d !important;
	border-color: #37709d !important;
	box-shadow: 0px 3px 15px 0px rgba(55,112,157, 0.46);
}

.touch_widget.widget_text li{
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
}
.touch_widget.widget_text li a{
	font-size: 22px;
}

.partnerlogos{
	
}

.partnerlogos img{
	margin: 5px;
}


@media (max-width: 991px){
	.creativeArtodd{
		margin-right: 0;
	}
	
	.page-template-about .simple-article ul li {
		color: #7b7b7d;
	}
	
}

@media (max-width: 768px){
	body .bannerContent .button {
		right: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1500px){
	body .bgColorFluid2, body .bgColorFluid{
		width: 36%;
	}
	body .bgColorFluid3{
		width: 36%;
	}
}

@media (min-width: 2000px){
	body .bgColorFluid2, body .bgColorFluid{
		width: 42%;
	}
	body .bgColorFluid3{
		width: 41%;
	}
}





