/*
Theme Name: Dorian Child
Theme URI: http://dorian.edge-themes.com/
Description: A child theme of Dorian Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: dorianwp
*/
@import url("../dorianwp/style.css");

@font-face {
    font-family: Raleway;
    src: url(https://fonts.googleapis.com/css?family=Raleway);
	font-weight:600;
}

/*HEADER*/
.edgtf-header-standard .edgtf-menu-area {
    border-bottom: 0px solid #ddd !important;
}


/*ICONS*/
div.edgtf-iwt-title-holder h5 {
	font-family: 'Sorts Mill Goudy';
	font-size: 18px !important;
	letter-spacing: 4px !important;
	font-weight: 600 !important;
}

.white-p p {
	color: #fff !important;
	font-weight: 600 !important;
}

.vigneto-icons {
	padding-left: 100px !important;
	padding-right: 100px !important;
}


/*FOOTER*/
footer .edgtf-footer-bottom-holder {
    width: 100%;
    background-color: #3a3a3c !important;
    padding: 10px 0;
    font-family: 'Raleway' !Important;
    letter-spacing: 1.5px !Important;
    color: #ffffff;
	line-height: 18px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 11px;
}

footer a {
    color: #638896 !Important;
}

footer a:hover {
    color: #729fb0 !Important;
}

#edgtf-back-to-top>span {
    color: #b0513e;
}


/*RESPONSIVE CODE*/
@media only screen and (max-width: 1260px) {
	.video-text h2 {
		font-size: 
	}
}

@media only screen and (max-width: 1200px) {
.icon-rows {
padding-top: 25px;
padding-bottom: 25px;
min-height: 380px;
}
	
.admin-bar .edgtf-page-header .edgtf-sticky-header.header-appear {
display: none;
}
}


@media only screen and (max-width: 1024px) {
.edgtf-mobile-header {
display: none !important;
}
}

@media only screen and (max-width: 991px) {
.icon-rows {
padding-top: 25px;
padding-bottom: 25px;
min-height: 300px;
}
}

@media only screen and (max-width: 767px) {
h2 {
    font-size: 38px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.home-text p {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	
p {
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 600px) {
h2 {
    font-size: 34px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
}

@media only screen and (max-width: 415px) {
.home-text p {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	
.vigneto-icons {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
}
